diff options
| -rw-r--r-- | listbas.1 | 2 | ||||
| -rw-r--r-- | listbas.rst | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -32,7 +32,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]  listbas \- List the source of a tokenized Atari 8-bit BASIC program  .SH SYNOPSIS  .sp -listbas [\fB\-v\fP] [\fB\-i\fP] \fBinput\-file\fP +listbas [\fB\-v\fP] [\fB\-i\fP] [\fB\-a\fP | \fB\-u\fP ] \fBinput\-file\fP  .SH DESCRIPTION  .sp  \fBlistbas\fP acts like the \fILIST\fP command in BASIC. It reads a diff --git a/listbas.rst b/listbas.rst index d255daa..ed6c559 100644 --- a/listbas.rst +++ b/listbas.rst @@ -11,7 +11,7 @@ List the source of a tokenized Atari 8-bit BASIC program  SYNOPSIS  ======== -listbas [**-v**] [**-i**] **input-file** +listbas [**-v**] [**-i**] [**-a** | **-u** ] **input-file**  DESCRIPTION  =========== | 
