Update xwinwrap.c
This commit is contained in:
parent
099ea746da
commit
c2e1336ad4
@ -133,7 +133,7 @@ static void sigHandler (int sig)
|
||||
static void usage (void)
|
||||
{
|
||||
fprintf(stderr, "%s \n", NAME);
|
||||
fprintf (stderr, "\nUsage: %s [-g {w}x{h}+{x}+{y}] [-ni] [-argb] [-fs] [-s] [-st] [-sp] [-a] "
|
||||
fprintf (stderr, "\nUsage: %s [-g {w}x{h}+{x}+{y}] [-ni] [-argb] [-fs] [-s] [-st] [-sp] [-a] [-d] "
|
||||
"[-b] [-nf] [-o OPACITY] [-sh SHAPE] [-ov]-- COMMAND ARG1...\n", NAME);
|
||||
fprintf (stderr, "Options:\n \
|
||||
-g - Specify Geometry (w=width, h=height, x=x-coord, y=y-coord. ex: -g 640x480+100+100)\n \
|
||||
|
Loading…
Reference in New Issue
Block a user