diff options
| -rw-r--r-- | listbas.1 | 2 | ||||
| -rw-r--r-- | listbas.rst | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -115,7 +115,7 @@ Set, rather than ATASCII.  .TP  .B \fB\-a\fP  Output raw ATASCII; no translation to the host character set. Must be -used with redirection; \fBlistbas\fP will not write ATASCII to the terminal. +used with redirection or a pipe; \fBlistbas\fP will not write ATASCII to the terminal.  ATASCII output does not support color (because ATASCII doesn\(aqt).  .TP  .B \fB\-m\fP diff --git a/listbas.rst b/listbas.rst index 2e8f53f..1aba12a 100644 --- a/listbas.rst +++ b/listbas.rst @@ -97,7 +97,7 @@ characters.  **-a**    Output raw ATASCII; no translation to the host character set. Must be -  used with redirection; **listbas** will not write ATASCII to the terminal. +  used with redirection or a pipe; **listbas** will not write ATASCII to the terminal.    ATASCII output does not support color (because ATASCII doesn't).  **-m** | 
