diff options
-rw-r--r-- | listamsb.1 | 5 | ||||
-rw-r--r-- | listamsb.rst | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -86,13 +86,14 @@ must use redirection to save it to a file. Example: .sp .nf .ft C -listamsb \-u LOCKED.AMB > UNLOCKED.AMB +listamsb \-l LOCKED.AMB > UNLOCKED.AMB .ft P .fi .UNINDENT .UNINDENT .sp -None of the other options have any effect with \fB\-u\fP\&. +\fBa8cat\fP is not used with this option. None of the other options +have any effect with \fB\-l\fP\&. .TP .B \fB\-v\fP Verbose output, on stderr. diff --git a/listamsb.rst b/listamsb.rst index 6b9098a..662a047 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -64,9 +64,10 @@ OPTIONS be the unlocked tokenized program (rather than a listing), and you must use redirection to save it to a file. Example:: - listamsb -u LOCKED.AMB > UNLOCKED.AMB + listamsb -l LOCKED.AMB > UNLOCKED.AMB - None of the other options have any effect with **-u**. + **a8cat** is not used with this option. None of the other options + have any effect with **-l**. **-v** Verbose output, on stderr. |