aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-whereis.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex-whereis.mdwn')
-rw-r--r--doc/git-annex-whereis.mdwn14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/git-annex-whereis.mdwn b/doc/git-annex-whereis.mdwn
index b95033cbd..b7d412d30 100644
--- a/doc/git-annex-whereis.mdwn
+++ b/doc/git-annex-whereis.mdwn
@@ -43,11 +43,6 @@ For example:
Show whereis information for files found by last run of git-annex unused.
-* `--json`
-
- Enable JSON output. This is intended to be parsed by programs that use
- git-annex. Each line of output is a JSON object.
-
* `--batch`
Enables batch mode, in which a file is read in a line from stdin,
@@ -56,6 +51,15 @@ For example:
Note that if the file is not an annexed file, an empty line will be
output instead.
+* `--json`
+
+ Enable JSON output. This is intended to be parsed by programs that use
+ git-annex. Each line of output is a JSON object.
+
+* `--json-error-messages`
+
+ Include any error messages in the json, rather than output to stderr.
+
# SEE ALSO
[[git-annex]](1)