aboutsummaryrefslogtreecommitdiff
path: root/unprotbas.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-05-25 01:41:15 -0400
committerB. Watson <urchlay@slackware.uk>2024-05-25 01:41:15 -0400
commitda0f28eec887d690c3c2a69959687284f8eb9982 (patch)
tree5e9ceeaacdcc9981a25309a4168f053c46f8650a /unprotbas.rst
parent7421e70053b25a8609f2414dc595692afcd6b525 (diff)
downloadbw-atari8-tools-da0f28eec887d690c3c2a69959687284f8eb9982.tar.gz
unprotbas: tweak doc.
Diffstat (limited to 'unprotbas.rst')
-rw-r--r--unprotbas.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/unprotbas.rst b/unprotbas.rst
index f6e733d..eca793c 100644
--- a/unprotbas.rst
+++ b/unprotbas.rst
@@ -18,17 +18,18 @@ DESCRIPTION
**unprotbas** modifies a LIST-protected Atari 8-bit BASIC program,
creating a new non-protected copy. See **DETAILS**, below, to
-understand how the protection and unprotection works. It's also capable
-of LIST-protecting an unprotected program.
+understand how the protection and unprotection works. It's also
+capable of LIST-protecting an unprotected program (see the **-p**
+option).
**input-file** must be a tokenized (SAVEd) Atari BASIC program. Use
*-* to read from standard input.
-**output-file** will be the unprotected tokenized BASIC program. If it
-already exists, it will be overwritten. Use *-* to write to standard
-output, but **unprotbas** will refuse to write to standard output if
-it's a terminal (since tokenized BASIC is binary data and may confuse
-the terminal).
+**output-file** will be the unprotected (or protected, with
+**-p**) tokenized BASIC program. If it already exists, it will be
+overwritten. Use *-* to write to standard output, but **unprotbas**
+will refuse to write to standard output if it's a terminal (since
+tokenized BASIC is binary data and may confuse the terminal).
OPTIONS
=======