From da0f28eec887d690c3c2a69959687284f8eb9982 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 25 May 2024 01:41:15 -0400 Subject: unprotbas: tweak doc. --- unprotbas.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'unprotbas.rst') 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 ======= -- cgit v1.2.3