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 bc43a93..fb47bc7 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -221,7 +221,7 @@ int main(int argc, char **argv) {
221 } 221 }
222 } else if (arg == "-version" || arg == "-v") { 222 } else if (arg == "-version" || arg == "-v") {
223 // print current version string 223 // print current version string
224 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2007 Fluxbox Team " << endl << endl; 224 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2008 Fluxbox Team " << endl << endl;
225 exit(EXIT_SUCCESS); 225 exit(EXIT_SUCCESS);
226 } else if (arg == "-log") { 226 } else if (arg == "-log") {
227 if (++i >= argc) { 227 if (++i >= argc) {
@@ -244,7 +244,7 @@ int main(int argc, char **argv) {
244 "-help\t\t\t\tdisplay this help text and exit.\n\n", 244 "-help\t\t\t\tdisplay this help text and exit.\n\n",
245 245
246 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), 246 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(),
247 __fluxbox_version, "2001-2007"); 247 __fluxbox_version, "2001-2008");
248 exit(EXIT_SUCCESS); 248 exit(EXIT_SUCCESS);
249 } else if (arg == "-info" || arg == "-i") { 249 } else if (arg == "-info" || arg == "-i") {
250 showInfo(cout); 250 showInfo(cout);