summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2024-01-23 08:43:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-23 08:43:10 +0100
commitc3e2a96606318aa5fe5e2ee197ae89e5a1ed9a8e (patch)
treebfc480e79476d40a9af2c3b63c5e0b741ecebf30 /scripts
parent5c3624e39bca790b03081f629d2b5d35018b8e63 (diff)
parentf9c6eb75f5640065694611dde159b5d3feca12ab (diff)
downloadbarebox-c3e2a96606318aa5fe5e2ee197ae89e5a1ed9a8e.tar.gz
barebox-c3e2a96606318aa5fe5e2ee197ae89e5a1ed9a8e.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rsatoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rsatoc.c b/scripts/rsatoc.c
index 6d10dca416..d5943d4a11 100644
--- a/scripts/rsatoc.c
+++ b/scripts/rsatoc.c
@@ -509,7 +509,7 @@ int main(int argc, char *argv[])
}
if (optind == argc) {
- fprintf(stderr, "Usage: %s [-ods] OUTFIE<key_name_hint>:<crt> ...\n", argv[0]);
+ fprintf(stderr, "Usage: %s [-ods] <key_name_hint>:<crt> ...\n", argv[0]);
fprintf(stderr, "\t-o FILE\twrite output into FILE instead of stdout\n");
fprintf(stderr, "\t-d\tgenerate device tree snippet instead of C code\n");
fprintf(stderr, "\t-s\tgenerate standalone key outside FIT image keyring\n");