aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 1c62744..1c5e283 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -230,7 +230,7 @@ int main(int argc, char **argv) {
230 } 230 }
231 } else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) { 231 } else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) {
232 // print current version string 232 // print current version string
233 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2006 Henrik Kinnunen " << endl << endl; 233 cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2007 Henrik Kinnunen " << endl << endl;
234 exit(0); 234 exit(0);
235 } else if (strcmp(argv[i], "-log") == 0 ) { 235 } else if (strcmp(argv[i], "-log") == 0 ) {
236 if (i + 1 >= argc) { 236 if (i + 1 >= argc) {
@@ -252,7 +252,7 @@ int main(int argc, char **argv) {
252 "-help\t\t\t\tdisplay this help text and exit.\n\n", 252 "-help\t\t\t\tdisplay this help text and exit.\n\n",
253 253
254 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), 254 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(),
255 __fluxbox_version, "2001-2006"); 255 __fluxbox_version, "2001-2007");
256 exit(0); 256 exit(0);
257 } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { 257 } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) {
258 showInfo(cout); 258 showInfo(cout);