remove dead switch from help

This commit is contained in:
Thomas Lübking 2016-10-23 09:35:54 +02:00
parent 61e951617c
commit e480255a79

View file

@ -64,7 +64,6 @@ void showUsage(const char *progname) {
" -center Window position on screen center"<<endl<< " -center Window position on screen center"<<endl<<
" -fg [color name] Foreground text color"<<endl<< " -fg [color name] Foreground text color"<<endl<<
" -bg [color name] Background color"<<endl<< " -bg [color name] Background color"<<endl<<
" -na Disable antialias"<<endl<<
" -hf [history file] History file to load (default ~/.fluxbox/fbrun_history)"<<endl<< " -hf [history file] History file to load (default ~/.fluxbox/fbrun_history)"<<endl<<
" -cf [completion file] Complete contents of this file instead of $PATH binaries"<<endl<< " -cf [completion file] Complete contents of this file instead of $PATH binaries"<<endl<<
" -autocomplete Complete on typing"<<endl<< " -autocomplete Complete on typing"<<endl<<