diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2013-02-14 18:45:17 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2013-02-14 18:45:17 (GMT) |
commit | ac27c8cb4235b548ac1d1a5d5472d04a198bddf2 (patch) | |
tree | 9fc1c97cbf3d926119f741dcbb75884d332b6cc6 /src | |
parent | 20c46d94d420d36825902f3ab378ed0213db3ab0 (diff) | |
download | fluxbox-ac27c8cb4235b548ac1d1a5d5472d04a198bddf2.zip fluxbox-ac27c8cb4235b548ac1d1a5d5472d04a198bddf2.tar.bz2 |
Updates copyright date information in some binaries
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 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); |