diff options
Diffstat (limited to 'src/main.cc')
-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 00bc163..d7261e5 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -228,7 +228,7 @@ int main(int argc, char **argv) { | |||
228 | "-log <filename>\t\t\tlog output to file.\n" | 228 | "-log <filename>\t\t\tlog output to file.\n" |
229 | "-help\t\t\t\tdisplay this help text and exit.\n\n", | 229 | "-help\t\t\t\tdisplay this help text and exit.\n\n", |
230 | 230 | ||
231 | "Main usage string. Please lay it out nicely. There is one %s that is given the version"), | 231 | "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), |
232 | __fluxbox_version, "2001-2006"); | 232 | __fluxbox_version, "2001-2006"); |
233 | exit(0); | 233 | exit(0); |
234 | } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { | 234 | } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { |