Commit 4f96a498 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

fiptool: fix the global option in usage



The global option --verbose should come after the "fiptool".
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent ee079320
......@@ -1226,7 +1226,7 @@ static int help_cmd(int argc, char *argv[])
static void usage(void)
{
printf("usage: [--verbose] fiptool <command> [<args>]\n");
printf("usage: fiptool [--verbose] <command> [<args>]\n");
printf("Global options supported:\n");
printf(" --verbose\tEnable verbose output for all commands.\n");
fputc('\n', stderr);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment