diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-24 14:54:23 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-24 14:54:23 -0400 |
commit | a095768910dde7a8581aa018eceef5f2f899d1fa (patch) | |
tree | b0f48bd796817d06c8358fb5dd6762ad4c0c36f7 /unprotbas.rst | |
parent | 59de645bcbc02f4044a697bbcc3a2a2a8523975f (diff) | |
download | bw-atari8-tools-a095768910dde7a8581aa018eceef5f2f899d1fa.tar.gz |
unprotbas: fix exit status.
Diffstat (limited to 'unprotbas.rst')
-rw-r--r-- | unprotbas.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unprotbas.rst b/unprotbas.rst index 138b228..13c16a6 100644 --- a/unprotbas.rst +++ b/unprotbas.rst @@ -80,12 +80,16 @@ EXIT STATUS 0 **input-file** was protected, unprotection was successful. + With **-p**, **-pc**, **-pv**: **input-file** was not + protected, protection was successful. 1 I/O error, or **input-file** isn't a valid BASIC program. 2 **input-file** is already an unprotected BASIC program. + With **-p**, **-pc**, **-pv**: **input-file** is already a + protected BASIC program. DETAILS ======= |