From 4f96a498436d63864de38b29ff2496755e16fb0c Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 13 Jan 2017 02:13:06 +0900 Subject: fiptool: fix the global option in usage The global option --verbose should come after the "fiptool". Signed-off-by: Masahiro Yamada --- tools/fiptool/fiptool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/fiptool/fiptool.c b/tools/fiptool/fiptool.c index a15e827e..0040018b 100644 --- a/tools/fiptool/fiptool.c +++ b/tools/fiptool/fiptool.c @@ -1226,7 +1226,7 @@ static int help_cmd(int argc, char *argv[]) static void usage(void) { - printf("usage: [--verbose] fiptool []\n"); + printf("usage: fiptool [--verbose] []\n"); printf("Global options supported:\n"); printf(" --verbose\tEnable verbose output for all commands.\n"); fputc('\n', stderr); -- cgit v1.2.3