add a warning about --json not being self describing
It was a mistake for mirror to support --json, but that happened long ago and it doesn't seem worth removing. I doubt anyone will use it.
This commit is contained in:
parent
e1fc9e204e
commit
86ea4356af
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ contents. Use [[git-annex-sync]](1) for that.
|
|||
Enable JSON output. This is intended to be parsed by programs that use
|
||||
git-annex. Each line of output is a JSON object.
|
||||
|
||||
Note that unlike all other commands that support `--json`, this command
|
||||
outputs different types of json objects in different circumstances.
|
||||
|
||||
* `--json-progress`
|
||||
|
||||
Include progress objects in JSON output.
|
||||
|
|
Loading…
Reference in a new issue