aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun
diff options
context:
space:
mode:
authorakir <akir>2004-09-12 09:42:43 (GMT)
committerakir <akir>2004-09-12 09:42:43 (GMT)
commitbc21d2e222c9f9353ec9606469ee596c1900aabd (patch)
tree787f08c138978e682aae699d67b2c27ce19101cb /util/fbrun
parent10e5e5f27f5bd56869104b99f024f9dfdda3a72d (diff)
downloadfluxbox-bc21d2e222c9f9353ec9606469ee596c1900aabd.zip
fluxbox-bc21d2e222c9f9353ec9606469ee596c1900aabd.tar.bz2
for -nearmouse wrong -help - description
Diffstat (limited to 'util/fbrun')
-rw-r--r--util/fbrun/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fbrun/main.cc b/util/fbrun/main.cc
index 68cf6f6..4e1fd26 100644
--- a/util/fbrun/main.cc
+++ b/util/fbrun/main.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: main.cc,v 1.12 2004/09/03 14:18:48 akir Exp $ 22// $Id: main.cc,v 1.13 2004/09/12 09:42:43 akir Exp $
23 23
24#include "FbRun.hh" 24#include "FbRun.hh"
25#include "App.hh" 25#include "App.hh"
@@ -43,7 +43,7 @@ void showUsage(const char *progname) {
43 " -h [height] Window height in pixels"<<endl<< 43 " -h [height] Window height in pixels"<<endl<<
44 " -display [display string] Display name"<<endl<< 44 " -display [display string] Display name"<<endl<<
45 " -pos [x] [y] Window position in pixels"<<endl<< 45 " -pos [x] [y] Window position in pixels"<<endl<<
46 " -pos nearmouse Window position near mouse"<<endl<< 46 " -nearmouse Window position near mouse"<<endl<<
47 " -fg [color name] Foreground text color"<<endl<< 47 " -fg [color name] Foreground text color"<<endl<<
48 " -bg [color name] Background color"<<endl<< 48 " -bg [color name] Background color"<<endl<<
49 " -na Disable antialias"<<endl<< 49 " -na Disable antialias"<<endl<<