From 985d44190ecadaed29b0dc1eaeba0a7e9d68f8c9 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 18 Mar 2006 22:21:49 +0000 Subject: removed tabs in help text --- src/main.cc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main.cc b/src/main.cc index bc1acef..be1114f 100644 --- a/src/main.cc +++ b/src/main.cc @@ -207,7 +207,7 @@ int main(int argc, char **argv) { } } else if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) { // print current version string - cout<<"Fluxbox "<<__fluxbox_version<<" : (c) 2001-2005 Henrik Kinnunen "<= argc) { @@ -220,16 +220,16 @@ int main(int argc, char **argv) { printf(_FBTEXT(main, Usage, "Fluxbox %s : (c) %s Henrik Kinnunen\n" "Website: http://www.fluxbox.org/ \n\n" - "\t-display \t\tuse display connection.\n" - "\t-screen \trun on specified screens only.\n" - "\t-rc \t\t\tuse alternate resource file.\n" - "\t-version\t\t\tdisplay version and exit.\n" - "\t-info\t\t\t\tdisplay some useful information.\n" - "\t-log \t\t\tlog output to file.\n" - "\t-help\t\t\t\tdisplay this help text and exit.\n\n", + "-display \t\tuse display connection.\n" + "-screen \trun on specified screens only.\n" + "-rc \t\t\tuse alternate resource file.\n" + "-version\t\t\tdisplay version and exit.\n" + "-info\t\t\t\tdisplay some useful information.\n" + "-log \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"), - __fluxbox_version, "2001-2005"); + __fluxbox_version, "2001-2006"); exit(0); } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { showInfo(cout); -- cgit v0.11.2