diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index a8d4608..0639e30 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -321,7 +321,7 @@ static void parseOptions(int argc, char** argv, Options& opts) { | |||
321 | "-help\t\t\t\tdisplay this help text and exit.\n\n", | 321 | "-help\t\t\t\tdisplay this help text and exit.\n\n", |
322 | 322 | ||
323 | "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), | 323 | "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), |
324 | __fluxbox_version, "2001-2011"); | 324 | __fluxbox_version, "2001-2013"); |
325 | exit(EXIT_SUCCESS); | 325 | exit(EXIT_SUCCESS); |
326 | } else if (arg == "-info" || arg == "-i" || arg == "--info") { | 326 | } else if (arg == "-info" || arg == "-i" || arg == "--info") { |
327 | showInfo(cout); | 327 | showInfo(cout); |