wmcp: Properly break up multiple line help text.
This commit is contained in:
parent
a32ddd87e5
commit
b437378fe4
64
wmcp/wmcp.c
64
wmcp/wmcp.c
|
@ -806,38 +806,38 @@ int flush_expose(Window w) {
|
||||||
void show_usage()
|
void show_usage()
|
||||||
{
|
{
|
||||||
|
|
||||||
fprintf(stderr,"
|
fprintf(stderr,"\n\
|
||||||
|
\n\
|
||||||
%s
|
%s\n\
|
||||||
This software is GPL -- do as you wish with it.
|
This software is GPL -- do as you wish with it.\n\
|
||||||
|
\n\
|
||||||
Origional Author:
|
Origional Author:\n\
|
||||||
Ben Cohen <buddog@aztec.asu.edu>
|
Ben Cohen <buddog@aztec.asu.edu>\n\
|
||||||
|
\n\
|
||||||
Contributors:
|
Contributors:\n\
|
||||||
Thomas Nemeth <tnemeth@multimania.com>
|
Thomas Nemeth <tnemeth@multimania.com>\n\
|
||||||
Craig Maloney <craig@ic.net>
|
Craig Maloney <craig@ic.net>\n\
|
||||||
Gert Beumer <Gert@scintilla.utwente.nl>
|
Gert Beumer <Gert@scintilla.utwente.nl>\n\
|
||||||
|
\n\
|
||||||
|
\n\
|
||||||
|
\n\
|
||||||
usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]
|
usage: wmcp [-g geometry] [-d dpy] [-n workspaces] [-a alt key] [-v]\n\
|
||||||
[-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]
|
[-c] [-w i/n/w] [-s y/n] [-x #] [-y #] [-h]\n\
|
||||||
|
\n\
|
||||||
|
\n\
|
||||||
-g geometry: ie: 64x64+10+10
|
-g geometry: ie: 64x64+10+10\n\
|
||||||
-d dpy: Display. ie: 127.0.0.1:0.0
|
-d dpy: Display. ie: 127.0.0.1:0.0\n\
|
||||||
-n workspaces: How many buttons to start with.
|
-n workspaces: How many buttons to start with.\n\
|
||||||
-a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).
|
-a alt key: integer 1-4 defining ModXMask (default 1 Mod1Mask).\n\
|
||||||
-w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)
|
-w i/n/w: Window State: Iconic, Normal, Withdrawn (default Withdrawn)\n\
|
||||||
-s y/n: Shaped window: yes or no (default y)
|
-s y/n: Shaped window: yes or no (default y)\n\
|
||||||
-c Sends CTRL + ALT + Key (default only sends ALT + key)
|
-c Sends CTRL + ALT + Key (default only sends ALT + key)\n\
|
||||||
-v Verbose. 0=off, 1=on (default 0)
|
-v Verbose. 0=off, 1=on (default 0)\n\
|
||||||
-x Number of buttons on the x-direction (1,2,3, or 4)
|
-x Number of buttons on the x-direction (1,2,3, or 4)\n\
|
||||||
-y Number of buttons in the y-direction (1,2,3, or 4)
|
-y Number of buttons in the y-direction (1,2,3, or 4)\n\
|
||||||
-h Help. This screen.
|
-h Help. This screen.\n\
|
||||||
|
\n\
|
||||||
|
\n\
|
||||||
",VERSION);
|
",VERSION);
|
||||||
|
|
||||||
exit(-1);
|
exit(-1);
|
||||||
|
|
Loading…
Reference in a new issue