diff --git a/tools/fit_check_sign.c b/tools/fit_check_sign.c index 9375d5cf72..5573842d25 100644 --- a/tools/fit_check_sign.c +++ b/tools/fit_check_sign.c @@ -25,9 +25,10 @@ void usage(char *cmdname) { - fprintf(stderr, "Usage: %s -f fit file -k key file\n" + fprintf(stderr, "Usage: %s -f fit file -k key file -c config name\n" " -f ==> set fit file which should be checked'\n" - " -k ==> set key file which contains the key'\n", + " -k ==> set key file which contains the key'\n" + " -c ==> set the configuration name'\n", cmdname); exit(EXIT_FAILURE); }