]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fiptool: fix the global option in usage
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 12 Jan 2017 17:13:06 +0000 (02:13 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 27 Jan 2017 06:03:46 +0000 (15:03 +0900)
The global option --verbose should come after the "fiptool".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/fiptool/fiptool.c

index a15e827e6d6ca8e6e04921c91cda2019edecf71b..0040018bbb04aff658b3b488e17e67b2e214ab25 100644 (file)
@@ -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);