Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4134 in orxonox.OLD for orxonox/trunk/src/orxonox.cc


Ignore:
Timestamp:
May 9, 2005, 10:26:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: nicer help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/orxonox.cc

    r4133 r4134  
    369369{
    370370  PRINT(0)("orxonox: starts the orxonox game - rules\n");
    371   PRINT(0)("usage: orxonox [arg]\n\n");
     371  PRINT(0)("usage: orxonox [arg [arg...]]\n\n");
    372372  PRINT(0)("valid options:\n");
    373   PRINT(0)(" --benchmark\tstarts the orxonox benchmark\n");
    374   PRINT(0)(" --help \tshows this menu\n");
    375373  {
    376374    Gui* gui = new Gui(argc, argv);
     
    378376    delete gui;
    379377  }
     378  PRINT(0)(" --benchmark:\t\t\tstarts the orxonox benchmark\n");
     379  PRINT(0)(" --help: \t\t\tshows this help\n");
    380380}
    381381
Note: See TracChangeset for help on using the changeset viewer.