mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-11-29 09:50:05 +00:00
Fix spelling, update usage
This commit is contained in:
parent
9cf56c7331
commit
53a9dab13e
@ -74,14 +74,14 @@ Usage: <dsk> <command> [<options>] [<path>]
|
|||||||
[<path>] Path to sub-directory to view
|
[<path>] Path to sub-directory to view
|
||||||
Defaults to: /
|
Defaults to: /
|
||||||
mkdir Create a sub-directory
|
mkdir Create a sub-directory
|
||||||
NOTE: Not-implemented yet!
|
NOTE: Not implemented yet!
|
||||||
<path> Destination virutal sub-directory to create
|
<path> Destination virutal sub-directory to create
|
||||||
There is no default -- it must be specified
|
There is no default -- it must be specified
|
||||||
rm Delete file from volume
|
rm Delete file from volume
|
||||||
<path> Path of virtual file to delete
|
<path> Path of virtual file to delete
|
||||||
There is no default -- it must be specified
|
There is no default -- it must be specified
|
||||||
rmdir Remove a sub-directory
|
rmdir Remove a sub-directory
|
||||||
NOTE: Not-implemented yet!
|
NOTE: Not implemented yet!
|
||||||
<path> Path of virtual sub-directory to delete
|
<path> Path of virtual sub-directory to delete
|
||||||
There is no default -- it must be specified
|
There is no default -- it must be specified
|
||||||
NOTE:
|
NOTE:
|
||||||
|
@ -130,12 +130,14 @@ Is this still needed?
|
|||||||
" [<path>] Path to sub-directory to view\n"
|
" [<path>] Path to sub-directory to view\n"
|
||||||
" Defaults to: /\n"
|
" Defaults to: /\n"
|
||||||
, // DIR__CREATE
|
, // DIR__CREATE
|
||||||
|
" NOTE: Not implemented yet!\n"
|
||||||
" <path> Destination virutal sub-directory to create\n"
|
" <path> Destination virutal sub-directory to create\n"
|
||||||
" There is no default -- it must be specified\n"
|
" There is no default -- it must be specified\n"
|
||||||
, // FILE_DELETE
|
, // FILE_DELETE
|
||||||
" <path> Path of virtual file to delete\n"
|
" <path> Path of virtual file to delete\n"
|
||||||
" There is no default -- it must be specified\n"
|
" There is no default -- it must be specified\n"
|
||||||
, // DIR__DELETE
|
, // DIR__DELETE
|
||||||
|
" NOTE: Not implemented yet!\n"
|
||||||
" <path> Path of virtual sub-directory to delete\n"
|
" <path> Path of virtual sub-directory to delete\n"
|
||||||
" There is no default -- it must be specified\n"
|
" There is no default -- it must be specified\n"
|
||||||
" NOTE:\n"
|
" NOTE:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user