all repos — fluxbox @ bc21d2e222c9f9353ec9606469ee596c1900aabd

custom fork of the fluxbox windowmanager

for -nearmouse wrong -help - description
akir akir
commit

bc21d2e222c9f9353ec9606469ee596c1900aabd

parent

10e5e5f27f5bd56869104b99f024f9dfdda3a72d

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M util/fbrun/main.ccutil/fbrun/main.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: main.cc,v 1.12 2004/09/03 14:18:48 akir Exp $ +// $Id: main.cc,v 1.13 2004/09/12 09:42:43 akir Exp $ #include "FbRun.hh" #include "App.hh"

@@ -43,7 +43,7 @@ " -w [width] Window width in pixels"<<endl<<

" -h [height] Window height in pixels"<<endl<< " -display [display string] Display name"<<endl<< " -pos [x] [y] Window position in pixels"<<endl<< - " -pos nearmouse Window position near mouse"<<endl<< + " -nearmouse Window position near mouse"<<endl<< " -fg [color name] Foreground text color"<<endl<< " -bg [color name] Background color"<<endl<< " -na Disable antialias"<<endl<<