Update Using pepcli authored by Kai van Lopik's avatar Kai van Lopik
...@@ -24,7 +24,7 @@ pepcli # Produces command line help ...@@ -24,7 +24,7 @@ pepcli # Produces command line help
pepcli --help # Produces command line help pepcli --help # Produces command line 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" through command line help to construct the appropriate command line, e.g. by sequentially invoking:
<pre> <pre>
pepcli --help # Output includes the <em>ama</em> command pepcli --help # Output includes the <em>ama</em> command
... ...
......