aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-23 16:15:19 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-23 16:19:27 (GMT)
commit1797d6895c693e33be5e7ca87dfba79d5d09b6b6 (patch)
treeac65e51a165bf839b8d8710d686252f2cd3104e7 /src/main.cc
parent23d67b7f14d85da2ab562d27db97c45023937517 (diff)
downloadfluxbox-1797d6895c693e33be5e7ca87dfba79d5d09b6b6.zip
fluxbox-1797d6895c693e33be5e7ca87dfba79d5d09b6b6.tar.bz2
almost 10 years of fluxbox
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 4b4bdc5..ae7d89c 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -277,7 +277,7 @@ static void parseOptions(int argc, char** argv, Options& opts) {
277 } 277 }
278 } else if (arg == "-version" || arg == "-v" || arg == "--version") { 278 } else if (arg == "-version" || arg == "-v" || arg == "--version") {
279 // print current version string 279 // print current version string
280 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2010 Fluxbox Team " << endl << endl; 280 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2011 Fluxbox Team " << endl << endl;
281 exit(EXIT_SUCCESS); 281 exit(EXIT_SUCCESS);
282 } else if (arg == "-log" || arg == "--log") { 282 } else if (arg == "-log" || arg == "--log") {
283 if (++i >= argc) { 283 if (++i >= argc) {