X-Git-Url: http://git.subgeniuskitty.com/ned1/.git/blobdiff_plain/dc87d2445f5e13146058bd672ad8399fad9e73fb..HEAD:/nedasm/nedasm.c diff --git a/nedasm/nedasm.c b/nedasm/nedasm.c index c82233d..19da917 100644 --- a/nedasm/nedasm.c +++ b/nedasm/nedasm.c @@ -14,13 +14,13 @@ #include "nedasm_parser.h" #include "nedasm_codegen.h" -#define VERSION 2 +#define VERSION 3 void print_usage(char ** argv) { printf( "NED Assembler v%d (www.subgeniuskitty.com)\n" - "Usage: %s [option] ...\n" + "Usage: %s -i -o \n" " -h Help (prints this message)\n" " -i Specify file name of assembly code input.\n" " -o Specify file name for assembled output.\n"