diff --git a/README.md b/README.md index eaf2790..db728fa 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,14 @@ Usage: [] [] [] Path to sub-directory to view Defaults to: / mkdir Create a sub-directory - NOTE: Not-implemented yet! + NOTE: Not implemented yet! Destination virutal sub-directory to create There is no default -- it must be specified rm Delete file from volume 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 of virtual sub-directory to delete There is no default -- it must be specified NOTE: diff --git a/prodos.cpp b/prodos.cpp index ca2bee3..d376fe8 100644 --- a/prodos.cpp +++ b/prodos.cpp @@ -130,12 +130,14 @@ Is this still needed? " [] Path to sub-directory to view\n" " Defaults to: /\n" , // DIR__CREATE +" NOTE: Not implemented yet!\n" " Destination virutal sub-directory to create\n" " There is no default -- it must be specified\n" , // FILE_DELETE " Path of virtual file to delete\n" " There is no default -- it must be specified\n" , // DIR__DELETE +" NOTE: Not implemented yet!\n" " Path of virtual sub-directory to delete\n" " There is no default -- it must be specified\n" " NOTE:\n"