aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-23 20:42:51 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-23 20:42:51 (GMT)
commit504fd5c4fac2ef8d7df7ea61baccc00977ea4f7b (patch)
tree932f8f1c0f6f0e5d46901e1f5c7348185d3a5b61 /src/main.cc
parent1797d6895c693e33be5e7ca87dfba79d5d09b6b6 (diff)
downloadfluxbox-504fd5c4fac2ef8d7df7ea61baccc00977ea4f7b.zip
fluxbox-504fd5c4fac2ef8d7df7ea61baccc00977ea4f7b.tar.bz2
updated year and copyright info
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);