diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cc | 4 |
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); |