Updates to README

This commit is contained in:
Bobbi Webber-Manners 2020-06-03 19:28:50 -04:00
parent 728e1c5d6d
commit a541e948c5

View File

@ -97,13 +97,14 @@ entering the `^` (caret) character will go back to the previous question.
When in doubt, the `-` (minus) character is mapped to the most conservative When in doubt, the `-` (minus) character is mapped to the most conservative
choice for each option. choice for each option.
In the example shown above, the user has requested that the `/gno/usr` In the example shown above, the user has requested that the entire volume
tree be processed (ie: `/gno/usr` and all directories underneath it in `/h1` be processed. Two levels of directory sorting are to be performed,
the heirarchy.) Two levels of directory sorting are to be performed,
first by name (in ascending order) and then to sort the directories first by name (in ascending order) and then to sort the directories
to the bottom. No conversion of filename case will be performed, but to the bottom.
modification and creation time dates will be updated to the new ProDOS 2.5+
format. ![](/Screenshots/Interactive-2.png)
No conversion of filename case or dates will be performed for this example.
The following prompts are presented in order: The following prompts are presented in order:
@ -114,7 +115,7 @@ The following prompts are presented in order:
directory specified here.) directory specified here.)
- *What to process ...* There are three options: - *What to process ...* There are three options:
- `-` - Only operate on the specified directory. - `-` - Only operate on the specified directory.
- `r` - Operate recursively, descending the tree from the specified - `t` - Operate recursively, descending the tree from the specified
directory. directory.
- `v` - Operate on the entire volume, descending the tree from the volume - `v` - Operate on the entire volume, descending the tree from the volume
directory. directory.
@ -161,11 +162,8 @@ The following prompts are presented in order:
settings to see what will happen. settings to see what will happen.
- `w` - Write changes to disk. - `w` - Write changes to disk.
### Command Line Options ### Command Line Options
![](/Screenshots/BASIC_Launch.png)
_NOTE: COMMAND LINE PARSING IS CURRENTLY CONDITIONALLY COMPILED OUT_ _NOTE: COMMAND LINE PARSING IS CURRENTLY CONDITIONALLY COMPILED OUT_
ProDOS 2.5 introduces support for passing command line parameters when ProDOS 2.5 introduces support for passing command line parameters when