Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
adamritter committed Jun 1, 2023
1 parent 1cfa399 commit 47099a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ options:
-p is optional if path starts with . and file with that name doesn't exist
--no-indent don't indent output
--root root path, default is json
--semicolon add semicolon to the end of each line
```
The file name can be - or missing, in that case the data is read from stdin.
Expand Down
1 change: 0 additions & 1 deletion src/fastgron.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,6 @@ void print_help()
" --no-indent don't indent output\n"
" --root root path, default is json\n"
" --semicolon add semicolon to the end of each line\n"
" --no-space don't add space before and after =\n"
"\nHome page with more information: https://github.com/adamritter/fastgron\n";
}

Expand Down

0 comments on commit 47099a8

Please sign in to comment.