Changeset 8033 for trunk/MagicSoft/Mars/mars-config.cc
- Timestamp:
- 10/09/06 12:32:45 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mars-config.cc
r8014 r8033 14 14 cout << " --root-ver Show root version which were used for compilation." << endl; 15 15 cout << " To be compared with the output of \"root-config --version\"" << endl; 16 cout << " -- mars-verShow mars version." << endl;16 cout << " --version Show mars version." << endl; 17 17 cout << endl; 18 18 cout << "Only one command line option is allowed." << endl; … … 30 30 if (!strcmp(argv[1], "--root-ver")) 31 31 cout << ROOT_RELEASE << endl; 32 if (!strcmp(argv[1], "-- mars-ver"))32 if (!strcmp(argv[1], "--version")) 33 33 cout << MARSVER << endl; 34 34
Note:
See TracChangeset
for help on using the changeset viewer.