Update Using pepcli authored by Kai van Lopik's avatar Kai van Lopik
...@@ -27,10 +27,10 @@ pepcli --help ...@@ -27,10 +27,10 @@ pepcli --help
The `--help` switch is also supported by most (or all?) of `pepcli`'s commands and subcommands. This can be used to "drill down" to the command a user wishes to issue, e.g.: The `--help` switch is also supported by most (or all?) of `pepcli`'s commands and subcommands. This can be used to "drill down" to the command a user wishes to issue, e.g.:
``` ```
pepcli --help pepcli --help # Output includes the <em>ama</em> command
pepcli ama --help pepcli ama --help # Output includes the <em>query</em> subcommand
pepcli ama query --help pepcli ama query --help # Output mentions the <em>--column-group</em> switch
pepcli ama query --column-group ShortPseudonyms pepcli ama query --column-group ShortPseudonyms # Produces the information the user was after
``` ```
## General flags ## General flags
... ...
......