all repos — fluxbox @ 504fd5c4fac2ef8d7df7ea61baccc00977ea4f7b

custom fork of the fluxbox windowmanager

updated year and copyright info
Mathias Gumz akira at fluxbox dot org
commit

504fd5c4fac2ef8d7df7ea61baccc00977ea4f7b

parent

1797d6895c693e33be5e7ca87dfba79d5d09b6b6

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/main.ccsrc/main.cc

@@ -290,7 +290,7 @@ opts.xsync = true;

} else if (arg == "-help" || arg == "-h" || arg == "--help") { // print program usage and command line options printf(_FB_CONSOLETEXT(main, Usage, - "Fluxbox %s : (c) %s Henrik Kinnunen\n" + "Fluxbox %s : (c) %s Fluxbox Team\n" "Website: http://www.fluxbox.org/\n\n" "-display <string>\t\tuse display connection.\n" "-screen <all|int,int,int>\trun on specified screens only.\n"

@@ -303,7 +303,7 @@ "-log <filename>\t\t\tlog output to file.\n"

"-help\t\t\t\tdisplay this help text and exit.\n\n", "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), - __fluxbox_version, "2001-2010"); + __fluxbox_version, "2001-2011"); exit(EXIT_SUCCESS); } else if (arg == "-info" || arg == "-i" || arg == "--info") { showInfo(cout);