diff options
author | Thomas Lübking <thomas.luebking@gmail.com> | 2016-10-23 07:35:54 (GMT) |
---|---|---|
committer | Thomas Lübking <thomas.luebking@gmail.com> | 2016-11-20 13:08:25 (GMT) |
commit | e480255a7974cdc4b5cf0016169ed8347b2f431a (patch) | |
tree | 3c87332f5e5ae1cd9de7105bc9db4ec244c5b592 | |
parent | 61e951617ce7983cfb6ba476d0db290bfd0a5c3e (diff) | |
download | fluxbox-e480255a7974cdc4b5cf0016169ed8347b2f431a.zip fluxbox-e480255a7974cdc4b5cf0016169ed8347b2f431a.tar.bz2 |
remove dead switch from help
-rw-r--r-- | util/fbrun/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/fbrun/main.cc b/util/fbrun/main.cc index a8655ab..0e52b19 100644 --- a/util/fbrun/main.cc +++ b/util/fbrun/main.cc | |||
@@ -64,7 +64,6 @@ void showUsage(const char *progname) { | |||
64 | " -center Window position on screen center"<<endl<< | 64 | " -center Window position on screen center"<<endl<< |
65 | " -fg [color name] Foreground text color"<<endl<< | 65 | " -fg [color name] Foreground text color"<<endl<< |
66 | " -bg [color name] Background color"<<endl<< | 66 | " -bg [color name] Background color"<<endl<< |
67 | " -na Disable antialias"<<endl<< | ||
68 | " -hf [history file] History file to load (default ~/.fluxbox/fbrun_history)"<<endl<< | 67 | " -hf [history file] History file to load (default ~/.fluxbox/fbrun_history)"<<endl<< |
69 | " -cf [completion file] Complete contents of this file instead of $PATH binaries"<<endl<< | 68 | " -cf [completion file] Complete contents of this file instead of $PATH binaries"<<endl<< |
70 | " -autocomplete Complete on typing"<<endl<< | 69 | " -autocomplete Complete on typing"<<endl<< |