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.rst | |
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.rst')
-rw-r--r-- | listamsb.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/listamsb.rst b/listamsb.rst index c04c638..ad0c897 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -131,7 +131,7 @@ EXIT STATUS =========== 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 +**DIAGNOSTICS**). .. include:: manftr.rst |