aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index ae7d89c..00fa51f 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -290,7 +290,7 @@ static void parseOptions(int argc, char** argv, Options& opts) {
290 } else if (arg == "-help" || arg == "-h" || arg == "--help") { 290 } else if (arg == "-help" || arg == "-h" || arg == "--help") {
291 // print program usage and command line options 291 // print program usage and command line options
292 printf(_FB_CONSOLETEXT(main, Usage, 292 printf(_FB_CONSOLETEXT(main, Usage,
293 "Fluxbox %s : (c) %s Henrik Kinnunen\n" 293 "Fluxbox %s : (c) %s Fluxbox Team\n"
294 "Website: http://www.fluxbox.org/\n\n" 294 "Website: http://www.fluxbox.org/\n\n"
295 "-display <string>\t\tuse display connection.\n" 295 "-display <string>\t\tuse display connection.\n"
296 "-screen <all|int,int,int>\trun on specified screens only.\n" 296 "-screen <all|int,int,int>\trun on specified screens only.\n"
@@ -303,7 +303,7 @@ static void parseOptions(int argc, char** argv, Options& opts) {
303 "-help\t\t\t\tdisplay this help text and exit.\n\n", 303 "-help\t\t\t\tdisplay this help text and exit.\n\n",
304 304
305 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), 305 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(),
306 __fluxbox_version, "2001-2010"); 306 __fluxbox_version, "2001-2011");
307 exit(EXIT_SUCCESS); 307 exit(EXIT_SUCCESS);
308 } else if (arg == "-info" || arg == "-i" || arg == "--info") { 308 } else if (arg == "-info" || arg == "-i" || arg == "--info") {
309 showInfo(cout); 309 showInfo(cout);