Skip to content

Commit

Permalink
fix bug in f7e95b9 - extra comma in reformatter usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Dec 19, 2011
1 parent 52d60b8 commit a160dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reformatter/json_reformat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a160dcb

Please sign in to comment.