Cleanup usage examples

This commit is contained in:
michaelangel007 2023-04-06 19:13:39 -07:00
parent ac9487c04f
commit 973c2e0d2f
1 changed files with 9 additions and 5 deletions

View File

@ -85,9 +85,10 @@ Is this still needed?
" [<path>] Path of virtual sub-directory to view\n"
" Defaults to: /\n"
,// FILE_ADD
" <path> Destination virutal sub-directory to add to\n"
" There is no default -- it must be specified\n"
" File type will auto-detected based on filename extension.\n"
" i.e. BAS, BIN, FNT, TXT,SYS, etc.\n"
" -access=$## Set access flags\n"
" NOTE: Defaults to $C3"
" $80 Volume/file can be destroyed\n"
" $40 Volume/file can be renamed\n"
" $20 Volume/file changed since last backup\n"
@ -109,6 +110,9 @@ Is this still needed?
" The file type is auto-detected via extension\n"
" -moddate=MM/DD/YY Set last modified date to specified date\n"
" -modtime=HH:MM Set last modified date to specified time\n"
" <path> Destination virutal sub-directory to add to\n"
" There is no default -- it must be specified\n"
" NOTE: Options must come first\n"
, //CAT_LONG2
" This is an alias for 'catalog'\n"
,// FILE_GET
@ -187,9 +191,9 @@ int usage()
"\n"
"Three different disk sizes are accepted for init\n"
"\n"
" prodosfs test.dsk init -size=140 # 5 1/4\" (140 KB)\n"
" prodosfs test.dsk init -size=800 # 3 1/2\" (800 KB)\n"
" prodosfs test.dsk init -size=32 #HardDisk ( 32 MB)\n"
" prodosfs test.dsk init -size=140 /TEST514 # 5 1/4\" (140 KB)\n"
" prodosfs test.dsk init -size=800 /TEST312 # 3 1/2\" (800 KB)\n"
" prodosfs test.dsk init -size=32 /TEST32M #HardDisk ( 32 MB)\n"
"\n"
"Examples:\n"
"\n"