Fix spelling, update usage

This commit is contained in:
michaelangel007 2023-04-08 08:41:30 -07:00
parent 9cf56c7331
commit 53a9dab13e
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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"