mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-11-26 06:49:16 +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
|
||||
Defaults to: /
|
||||
mkdir Create a sub-directory
|
||||
NOTE: Not-implemented yet!
|
||||
NOTE: Not implemented yet!
|
||||
<path> Destination virutal sub-directory to create
|
||||
There is no default -- it must be specified
|
||||
rm Delete file from volume
|
||||
<path> Path of virtual file to delete
|
||||
There is no default -- it must be specified
|
||||
rmdir Remove a sub-directory
|
||||
NOTE: Not-implemented yet!
|
||||
NOTE: Not implemented yet!
|
||||
<path> Path of virtual sub-directory to delete
|
||||
There is no default -- it must be specified
|
||||
NOTE:
|
||||
|
@ -130,12 +130,14 @@ Is this still needed?
|
||||
" [<path>] Path to sub-directory to view\n"
|
||||
" Defaults to: /\n"
|
||||
, // DIR__CREATE
|
||||
" NOTE: Not implemented yet!\n"
|
||||
" <path> Destination virutal sub-directory to create\n"
|
||||
" There is no default -- it must be specified\n"
|
||||
, // FILE_DELETE
|
||||
" <path> Path of virtual file to delete\n"
|
||||
" There is no default -- it must be specified\n"
|
||||
, // DIR__DELETE
|
||||
" NOTE: Not implemented yet!\n"
|
||||
" <path> Path of virtual sub-directory to delete\n"
|
||||
" There is no default -- it must be specified\n"
|
||||
" NOTE:\n"
|
||||
|
Loading…
Reference in New Issue
Block a user