Changeset 792 for trunk/applications/NXdir/main.cpp
- Timestamp:
- 17/07/06 10:11:09 (6 years ago)
- File:
-
- 1 edited
-
trunk/applications/NXdir/main.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXdir/main.cpp
r356 r792 59 59 static const string PRINTDATA="-o"; 60 60 static const string NOT_PRINTDATA="+o"; 61 static const string VERSION="--version";61 static const string ARG_VERSION="--version"; 62 62 static const string PATH="-p"; 63 63 static const string HELP="--help"; … … 314 314 cout << "About NXdir" << endl; 315 315 cout << " " << HELP_SHORT << "|" << HELP << " Print this help information" << endl; 316 cout << " " << VERSION << " Print the version information" << endl;316 cout << " " << ARG_VERSION << " Print the version information" << endl; 317 317 cout << endl; 318 318 cout << "Node Selection" << endl; … … 432 432 print_help(progname,1); 433 433 exit(0); 434 }else if(arg1== VERSION){434 }else if(arg1==ARG_VERSION){ 435 435 print_version(progname,1); 436 436 exit(0);
Note: See TracChangeset
for help on using the changeset viewer.
