From 70a31424f864e29d2f672e18867f9b5e9b9cdfd8 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 9 Jul 2010 04:02:26 -0600 Subject: [mq]: vm3 --HG-- branch : trunk --- src/tools/vmap3_assembler/VMapAssembler.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tools/vmap3_assembler/VMapAssembler.cpp') diff --git a/src/tools/vmap3_assembler/VMapAssembler.cpp b/src/tools/vmap3_assembler/VMapAssembler.cpp index 6666b54356c..d714db5ae45 100644 --- a/src/tools/vmap3_assembler/VMapAssembler.cpp +++ b/src/tools/vmap3_assembler/VMapAssembler.cpp @@ -76,11 +76,13 @@ A '#' at the beginning of a line defines a comment return(result); } */ //======================================================= + int main(int argc, char* argv[]) { if(argc != 3 && argc != 4) { - printf("\nusage: %s [config file name]\n", argv[0]); + //printf("\nusage: %s [config file name]\n", argv[0]); + printf("\nusage: %s \n", argv[0]); return 1; } -- cgit v1.2.3