aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-11 16:14:41 (GMT)
committerfluxgen <fluxgen>2004-01-11 16:14:41 (GMT)
commit65e8c31f712be608efdc3108dee7a382a1fea010 (patch)
treec7361a1c67fbb3fd8c6fce213001495d8a412ec3
parent821fd0e94b0d823c5be2a7cec240e6bbbf0a2a56 (diff)
downloadfluxbox-65e8c31f712be608efdc3108dee7a382a1fea010.zip
fluxbox-65e8c31f712be608efdc3108dee7a382a1fea010.tar.bz2
year
-rw-r--r--src/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 1afc1ca..8ab1698 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: main.cc,v 1.26 2004/01/11 13:12:02 fluxgen Exp $ 23// $Id: main.cc,v 1.27 2004/01/11 16:14:41 fluxgen Exp $
24 24
25#include "fluxbox.hh" 25#include "fluxbox.hh"
26#include "I18n.hh" 26#include "I18n.hh"
@@ -198,7 +198,7 @@ int main(int argc, char **argv) {
198 " -info\t\t\t\tdisplay some useful information.\n" 198 " -info\t\t\t\tdisplay some useful information.\n"
199 "\t-log <filename>\t\t\tlog output to file.\n" 199 "\t-log <filename>\t\t\tlog output to file.\n"
200 " -help\t\t\t\tdisplay this help text and exit.\n\n"), 200 " -help\t\t\t\tdisplay this help text and exit.\n\n"),
201 __fluxbox_version, "2001-2003"); 201 __fluxbox_version, "2001-2004");
202 exit(0); 202 exit(0);
203 } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { 203 } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) {
204 showInfo(cout); 204 showInfo(cout);