summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-25 15:24:54 +0900
committerGitHub <noreply@github.com>2023-07-25 15:24:54 +0900
commit4705a22c7d8e9238161cbba9b6bad875155e28df (patch)
treeb1a27483b8ad39124d20f331e31a1a6cc0c65252 /src/main.c
parent8f49600a6b717ada5973d518a9f042a4f2f8c58b (diff)
Reorder the command line options in the manual (#2766)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ff2a9660..ef6fb761 100644
--- a/src/main.c
+++ b/src/main.c
@@ -82,9 +82,9 @@ static void usage(int code, int keep_it_short) {
" -M, --monochrome-output disable colored output;\n"
" --tab use tabs for indentation;\n"
" --indent n use the given number of spaces (no more than 7) for indentation;\n"
+ " --unbuffered flush output stream after each output;\n"
" --stream parse the input value in streaming fashion;\n"
" --stream-errors implies --stream and report JSON parse error with an array;\n"
- " --unbuffered flush output stream after each output;\n"
" --seq parse input and output in application/json-seq MIME type scheme;\n"
" -f, --from-file file load filter from the file;\n"
" -L directory search modules from the directory;\n"