aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cc2
-rw-r--r--util/fbrun/main.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index a8d4608..0639e30 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -321,7 +321,7 @@ static void parseOptions(int argc, char** argv, Options& opts) {
321 "-help\t\t\t\tdisplay this help text and exit.\n\n", 321 "-help\t\t\t\tdisplay this help text and exit.\n\n",
322 322
323 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), 323 "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(),
324 __fluxbox_version, "2001-2011"); 324 __fluxbox_version, "2001-2013");
325 exit(EXIT_SUCCESS); 325 exit(EXIT_SUCCESS);
326 } else if (arg == "-info" || arg == "-i" || arg == "--info") { 326 } else if (arg == "-info" || arg == "-i" || arg == "--info") {
327 showInfo(cout); 327 showInfo(cout);
diff --git a/util/fbrun/main.cc b/util/fbrun/main.cc
index af059d6..5b4156b 100644
--- a/util/fbrun/main.cc
+++ b/util/fbrun/main.cc
@@ -48,7 +48,7 @@ using std::endl;
48using std::string; 48using std::string;
49 49
50void showUsage(const char *progname) { 50void showUsage(const char *progname) {
51 cerr<<"fbrun 1.5 : (c) 2002-2004 Henrik Kinnunen"<<endl; 51 cerr<<"fbrun 1.5 : (c) 2002-2013 Henrik Kinnunen"<<endl;
52 cerr<<"Usage: "<< 52 cerr<<"Usage: "<<
53 progname<<" [arguments]"<<endl<< 53 progname<<" [arguments]"<<endl<<
54 "Arguments: "<<endl<< 54 "Arguments: "<<endl<<