--- pasmo-0.5.4.beta2.old/pasmo.cpp +++ pasmo-0.5.4.beta2/pasmo.cpp @@ -397,10 +397,11 @@ catch (Usage &) { cerr << "Pasmo v. " << pasmoversion << - " (C) 2004-2005 Julian Albo\n\n" - "Usage:\n\n" - "\tpasmo [options] source object [symbol]\n\n" - "See the README file for details.\n"; +" (C) 2004-2008 Julian Albo\n\n" +"Usage:\n" +"\tpasmo [option switches] foo.asm foo.dat foo.lst\n\n" +"The foo.lst argument is optional. For more information, point a web\n" +"browser to __META_PREFIX__/doc/pasmodoc.html\n\n"; } catch (...) {