mirror of
https://github.com/Michaelangel007/apple2_prodos_utils.git
synced 2025-08-05 14:24:11 +00:00
Add version 0.2
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
#include "prodos.utils.cpp"
|
||||
#include "prodos.tools.cpp"
|
||||
|
||||
void version()
|
||||
{
|
||||
printf( "ProDOS File System v0.2\n" );
|
||||
}
|
||||
|
||||
/*
|
||||
TODO:
|
||||
-meta <filename> Use these file attributes instead of default <file>._META
|
||||
@@ -173,6 +178,7 @@ Is this still needed?
|
||||
// ========================================================================
|
||||
int usage()
|
||||
{
|
||||
version();
|
||||
printf(
|
||||
"Usage: <dsk> <command> [<options>] [<path>]\n"
|
||||
"\n"
|
||||
|
Reference in New Issue
Block a user