diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-30 17:13:05 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-30 17:13:05 -0400 |
commit | b74453209ad4d7d36fa686c98f928698904e44ab (patch) | |
tree | 5689fde8586cac9b678ff1503a065497305c616e | |
parent | fbca72ec9b3057d0d1ef35ecb1fd75e114774c2a (diff) | |
download | bw-atari8-tools-b74453209ad4d7d36fa686c98f928698904e44ab.tar.gz |
unprotbas: tweak doc.
-rw-r--r-- | unprotbas.1 | 5 | ||||
-rw-r--r-- | unprotbas.rst | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/unprotbas.1 b/unprotbas.1 index 2137f42..34fe14f 100644 --- a/unprotbas.1 +++ b/unprotbas.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UNPROTBAS" 1 "2024-05-29" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "UNPROTBAS" 1 "2024-05-30" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME unprotbas \- Unprotect or create LIST-protected Atari 8-bit BASIC programs .SH SYNOPSIS @@ -99,7 +99,8 @@ Write the variable names to \fBvarnames.txt\fP, one per line. This can be edited, and later used with \fB\-r\fP to set the variable names to something sensible rather than A, B, C, etc. For an unprotected program, you can use \fB\-n\fP to write the existing names rather than -generating new ones. See \fBVARIABLE NAMES\fP, below. +generating new ones. See \fBVARIABLE NAMES\fP, below. If \fBvarnames.txt\fP +already exists, it will be overwritten. .TP .B \fB\-r\fP Read variable names from \fBvarnames.txt\fP, and use them instead of diff --git a/unprotbas.rst b/unprotbas.rst index b31668e..1af8fd8 100644 --- a/unprotbas.rst +++ b/unprotbas.rst @@ -81,7 +81,8 @@ Unprotection Options This can be edited, and later used with **-r** to set the variable names to something sensible rather than A, B, C, etc. For an unprotected program, you can use **-n** to write the existing names rather than - generating new ones. See **VARIABLE NAMES**, below. + generating new ones. See **VARIABLE NAMES**, below. If **varnames.txt** + already exists, it will be overwritten. **-r** Read variable names from **varnames.txt**, and use them instead of |