Fix env var example

This commit is contained in:
Michaelangel007 2017-11-05 22:23:39 -08:00
parent d0a76445a4
commit 1469473460

View File

@ -14,12 +14,8 @@
#include "prodos.tools.cpp" #include "prodos.tools.cpp"
/* /*
prodos cp foo.dsk file1 [file2 ...] Is this still needed?
TODO:
PRODOS_VOLUME=test.po
-path / -path /
*/ */
enum DISK_COMMANDS_e enum DISK_COMMANDS_e
@ -101,7 +97,7 @@ int usage()
"\n" "\n"
" PRODOS_VOLUME\n" " PRODOS_VOLUME\n"
"e.g.\n" "e.g.\n"
" PRODOS_VOLUME=path/to/volume.po\n" " export PRODOS_VOLUME=path/to/volume.po\n"
"\n" "\n"
"Three different disk sizes are accepted for init\n" "Three different disk sizes are accepted for init\n"
"\n" "\n"