mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2024-11-26 21:49:37 +00:00
Fix env var example
This commit is contained in:
parent
d0a76445a4
commit
1469473460
@ -14,12 +14,8 @@
|
||||
#include "prodos.tools.cpp"
|
||||
|
||||
/*
|
||||
prodos cp foo.dsk file1 [file2 ...]
|
||||
|
||||
TODO:
|
||||
PRODOS_VOLUME=test.po
|
||||
Is this still needed?
|
||||
-path /
|
||||
|
||||
*/
|
||||
|
||||
enum DISK_COMMANDS_e
|
||||
@ -101,7 +97,7 @@ int usage()
|
||||
"\n"
|
||||
" PRODOS_VOLUME\n"
|
||||
"e.g.\n"
|
||||
" PRODOS_VOLUME=path/to/volume.po\n"
|
||||
" export PRODOS_VOLUME=path/to/volume.po\n"
|
||||
"\n"
|
||||
"Three different disk sizes are accepted for init\n"
|
||||
"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user