diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-15 16:58:14 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-15 16:58:14 +0100 |
commit | 502bbf80527d21da4da3b58c0f580b2bfd299f61 (patch) | |
tree | 3b41b56182867d1702c8e48861a2a583086b9114 | |
parent | 5f53ea07c7ebe72b36abd41a297ffa49e79adbc0 (diff) |
fix help error
Change-Id: Ic734f389a3c7ddc6adb1ca1715f69940a3849f61
-rw-r--r-- | src/wgtpkg-sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgtpkg-sign.c b/src/wgtpkg-sign.c index 9df50ec..0ee6a8a 100644 --- a/src/wgtpkg-sign.c +++ b/src/wgtpkg-sign.c @@ -56,7 +56,7 @@ static unsigned int get_number(const char *value) static void usage() { printf( - "usage: %s [-f] [-k keyfile] [-c certfile]... [-o wgtfile] [-d number | -a] directory\n" + "usage: %s [-f] [-k keyfile] [-c certfile]... [-d number | -a] directory\n" "\n" " -k keyfile the private key to use for author signing\n" " -c certfile the certificate(s) to use for author signing\n" |