Ignore:
Timestamp:
06/30/11 19:01:06 (13 years ago)
Author:
tbretz
Message:
Removed q as shortcut for --quit to avoid confusion with --quiet
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ftmctrl.cc

    r11218 r11221  
    19381938        ("cmd",       vars<string>(), "Execute one or more commands at startup")
    19391939        ("exec,e",    vars<string>(), "Execute one or more scrips at startup")
    1940         ("quit,q",    po_switch(),    "Quit after startup");
     1940        ("quit",      po_switch(),    "Quit after startup");
    19411941        ;
    19421942
Note: See TracChangeset for help on using the changeset viewer.