summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-05-29 15:25:30 -0500
committerNicolas Williams <nico@cryptonector.com>2015-05-29 15:25:30 -0500
commit33874eb513c57b269f9bb023f164ababf7f63739 (patch)
tree7d7d26822149b0d0f32ec9115a693ef643adcfa7 /main.c
parent1de56bc5df52cf187ea5c27098f360d4b277d89d (diff)
Fixup --slurpfile/argile docs
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 813ff34d..372788e8 100644
--- a/main.c
+++ b/main.c
@@ -49,7 +49,7 @@ static void usage(int code) {
BAIL(fprintf(f, "\t -R\t\tread raw strings, not JSON texts;\n"));
BAIL(fprintf(f, "\t --arg a v\tset variable $a to value <v>;\n"));
BAIL(fprintf(f, "\t --argjson a v\tset variable $a to JSON value <v>;\n"));
- BAIL(fprintf(f, "\t --argfile a f\tset variable $a to JSON texts read from <f>;\n"));
+ BAIL(fprintf(f, "\t --slurpfile a f\tset variable $a to an array of JSON texts read from <f>;\n"));
BAIL(fprintf(f, "\tSee the manpage for more options.\n"));
exit(code);
}