diff options
Diffstat (limited to 'unprotbas.rst')
-rw-r--r-- | unprotbas.rst | 15 |
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 ======= |