Changeset 8033 for trunk


Ignore:
Timestamp:
10/09/06 12:32:45 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8032 r8033  
    4141   * Makefile:
    4242     - fixed a type in rmcondor
     43
     44   * mars-config:
     45     - changed "--mars-ver" to "--version" as in root-config
    4346
    4447
  • trunk/MagicSoft/Mars/mars-config.cc

    r8014 r8033  
    1414    cout << "  --root-ver  Show root version which were used for compilation." << endl;
    1515    cout << "              To be compared with the output of \"root-config --version\"" << endl;
    16     cout << "  --mars-ver  Show mars version." << endl;
     16    cout << "  --version   Show mars version." << endl;
    1717    cout << endl;
    1818    cout << "Only one command line option is allowed." << endl;
     
    3030    if (!strcmp(argv[1], "--root-ver"))
    3131        cout << ROOT_RELEASE << endl;
    32     if (!strcmp(argv[1], "--mars-ver"))
     32    if (!strcmp(argv[1], "--version"))
    3333        cout << MARSVER << endl;
    3434
Note: See TracChangeset for help on using the changeset viewer.