summaryrefslogtreecommitdiff
path: root/reformatter/json_reformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'reformatter/json_reformat.c')
-rw-r--r--reformatter/json_reformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/reformatter/json_reformat.c b/reformatter/json_reformat.c
index ce77c11..d7d714d 100644
--- a/reformatter/json_reformat.c
+++ b/reformatter/json_reformat.c
@@ -98,13 +98,13 @@ usage(const char * progname)
fprintf(stderr, "%s: reformat json from stdin\n"
"usage: json_reformat [options]\n"
" -m minimize json rather than beautify (default)\n"
- " -u allow invalid UTF8 inside strings during parsing\n",
+ " -u allow invalid UTF8 inside strings during parsing\n"
" -e escape any forward slashes (for embedding in HTML)\n",
progname);
exit(1);
-
}
+
int
main(int argc, char ** argv)
{