Changeset 8033
- Timestamp:
- 10/09/06 12:32:45 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8032 r8033 41 41 * Makefile: 42 42 - fixed a type in rmcondor 43 44 * mars-config: 45 - changed "--mars-ver" to "--version" as in root-config 43 46 44 47 -
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.