]> Git Repo - J-u-boot.git/blobdiff - test/fuzz/cmd_fuzz.c
cmd: Convert existing long help messages to the new macro
[J-u-boot.git] / test / fuzz / cmd_fuzz.c
index e2f44f3ecb61bad8d3d6725d647435cf9b4d8488..d0bc7b8d7b760e4f742509bb535eb07c8f3c128c 100644 (file)
@@ -70,11 +70,8 @@ static int do_fuzz(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]
        return 1;
 }
 
-#ifdef CONFIG_SYS_LONGHELP
-static char fuzz_help_text[] =
-       "[fuzz-test-name] - execute the named fuzz test\n"
-       ;
-#endif /* CONFIG_SYS_LONGHELP */
+U_BOOT_LONGHELP(fuzz,
+       "[fuzz-test-name] - execute the named fuzz test\n");
 
 U_BOOT_CMD(
        fuzz, CONFIG_SYS_MAXARGS, 1, do_fuzz,
This page took 0.022818 seconds and 4 git commands to generate.