diff options
Diffstat (limited to 'util/fbsetroot.cc')
-rw-r--r-- | util/fbsetroot.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/fbsetroot.cc b/util/fbsetroot.cc index 434f150..a2cf2e3 100644 --- a/util/fbsetroot.cc +++ b/util/fbsetroot.cc | |||
@@ -380,10 +380,10 @@ void fbsetroot::gradient() { | |||
380 | */ | 380 | */ |
381 | void fbsetroot::usage(int exit_code) { | 381 | void fbsetroot::usage(int exit_code) { |
382 | _FB_USES_NLS; | 382 | _FB_USES_NLS; |
383 | cerr<<m_app_name<<" 2.3 : (c) 2003-2005 Fluxbox Development Team"<<endl; | 383 | cout << m_app_name << " 2.3 : (c) 2003-2005 Fluxbox Development Team" << endl; |
384 | cerr<<m_app_name<<" 2.1 : (c) 2002 Claes Nasten"<<endl; | 384 | cout << m_app_name << " 2.1 : (c) 2002 Claes Nasten" << endl; |
385 | cerr<<m_app_name<<" 2.0 : (c) 1997-2000 Brad Hughes\n"<<endl; | 385 | cout << m_app_name << " 2.0 : (c) 1997-2000 Brad Hughes\n" << endl; |
386 | cerr<<_FBTEXT(fbsetroot, Usage, | 386 | cout << _FBTEXT(fbsetroot, Usage, |
387 | " -display <string> display connection\n" | 387 | " -display <string> display connection\n" |
388 | " -mod <x> <y> modula pattern\n" | 388 | " -mod <x> <y> modula pattern\n" |
389 | " -foreground, -fg <color> modula foreground color\n" | 389 | " -foreground, -fg <color> modula foreground color\n" |
@@ -393,7 +393,7 @@ void fbsetroot::usage(int exit_code) { | |||
393 | " -to <color> gradient end color\n\n" | 393 | " -to <color> gradient end color\n\n" |
394 | " -solid <color> solid color\n\n" | 394 | " -solid <color> solid color\n\n" |
395 | " -help print this help text and exit\n", | 395 | " -help print this help text and exit\n", |
396 | "fbsetroot usage options")<<endl; | 396 | "fbsetroot usage options") << endl; |
397 | exit(exit_code); | 397 | exit(exit_code); |
398 | } | 398 | } |
399 | 399 | ||