@@ -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" through command line help to construct the appropriate command line, e.g. by sequentially invoking:
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 an appropriate command line, e.g. by sequentially invoking:
<pre>
<pre>
pepcli --help # Output includes the <em>ama</em> command, so we then issue:
pepcli --help # Output includes the <em>ama</em> command, so we then issue: