Remove -j short option for --json-progress; that option was already taken for --json.
This commit was sponsored by Trenton Cronholm.
This commit is contained in:
parent
ab867a7af9
commit
280442ca2c
3 changed files with 6 additions and 1 deletions
|
@ -294,7 +294,7 @@ jsonOption = globalFlag (Annex.setOutput (JSONOutput False))
|
|||
|
||||
jsonProgressOption :: GlobalOption
|
||||
jsonProgressOption = globalFlag (Annex.setOutput (JSONOutput True))
|
||||
( long "json-progress" <> short 'j'
|
||||
( long "json-progress"
|
||||
<> help "include progress in JSON output"
|
||||
<> hidden
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue