diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-20 19:09:52 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-20 19:09:52 -0400 |
commit | 416ed5c987a59cbb69b6cc2694c098c7d8d55130 (patch) | |
tree | 99547d6fbf09a6f86c4f9bcc57cfa76067c77f27 | |
parent | 9629aaafae416eb1b75bc87c5b9f25e94efec929 (diff) | |
download | bw-atari8-tools-416ed5c987a59cbb69b6cc2694c098c7d8d55130.tar.gz |
listbas: tweak doc.
-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** |