summaryrefslogtreecommitdiff
path: root/doc/commandline.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/commandline.rst')
-rw-r--r--doc/commandline.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/commandline.rst b/doc/commandline.rst
index 5644d08..5fb9a3c 100644
--- a/doc/commandline.rst
+++ b/doc/commandline.rst
@@ -74,10 +74,12 @@ The program ``jsonpatch`` is used to apply JSON patches on JSON files. ::
PATCH Patch file
optional arguments:
- -h, --help show this help message and exit
- --indent INDENT Indent output by n spaces
- -v, --version show program's version number and exit
-
+ -h, --help show this help message and exit
+ --indent INDENT Indent output by n spaces
+ -b, --backup Back up ORIGINAL if modifying in-place
+ -i, --in-place Modify ORIGINAL in-place instead of to stdout
+ -v, --version show program's version number and exit
+ -u, --preserve-unicode Output Unicode character as-is without using Code Point
Example
^^^^^^^