Ignore:
Timestamp:
10/09/06 12:32:45 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.