diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-25 15:28:20 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-25 15:58:49 -0500 |
commit | 83b3320c89dd6595afa42c3bb8b8046a54d75c3f (patch) | |
tree | f50a3cea7db5df7692886570bac74a8fd8ac92da /listamsb.1 | |
parent | e49e41dfb5e68df076212e151aa5a2d27382855b (diff) | |
download | bw-atari8-tools-83b3320c89dd6595afa42c3bb8b8046a54d75c3f.tar.gz |
listamsb: exit with status 2 on any warning, not just unknown tokens.
Diffstat (limited to 'listamsb.1')
-rw-r--r-- | listamsb.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -144,8 +144,8 @@ detect Atari BASIC files, but occasionally you\(aqll get gibberish output instea .SH EXIT STATUS .sp 0 for success, 1 if there was an error reading the input (e.g. file -not found), or 2 if the input file has invalid tokens (if this -happens, you will also see a warning about it on stderr). +not found), or 2 if the input file had errors or warnings (see +\fBDIAGNOSTICS\fP). .SH COPYRIGHT .sp WTFPL. See \fI\%http://www.wtfpl.net/txt/copying/\fP for details. |