jshn: fix missing usage for -p and -o arguments
[project/libubox.git] / jshn.c
diff --git a/jshn.c b/jshn.c
index 28cfa8df7a21c0c7f97258812b3698d2dfc107b9..0940b5efd9fa7a75c86190f8f74d9b4abf468201 100644 (file)
--- a/jshn.c
+++ b/jshn.c
@@ -311,7 +311,7 @@ out:
 
 static int usage(const char *progname)
 {
-       fprintf(stderr, "Usage: %s [-n] [-i] -r <message>|-R <file>|-w\n", progname);
+       fprintf(stderr, "Usage: %s [-n] [-i] -r <message>|-R <file>|-o <file>|-p <prefix>|-w\n", progname);
        return 2;
 }