chiark
/
gitweb
/
~mdw
/
xtoys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7f25aae
)
xwarpptr.c: Add missing documentation for the `-r' option.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 18 Mar 2023 12:01:45 +0000
(12:01 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 18 Mar 2023 12:01:45 +0000
(12:01 +0000)
xwarpptr.c
patch
|
blob
|
blame
|
history
diff --git
a/xwarpptr.c
b/xwarpptr.c
index 92cd5c655a7001bca3983619cff71a3684fc0674..e16d5e76d1823e5d81076e789eb03454ffb9962e 100644
(file)
--- a/
xwarpptr.c
+++ b/
xwarpptr.c
@@
-45,7
+45,7
@@
static void version(void)
{ pquis(stdout, "$ version " VERSION "\n"); }
static void usage(FILE *fp)
- { pquis(fp, "Usage: $ [-d DISPLAY] X Y\n"); }
+ { pquis(fp, "Usage: $ [-
r] [-
d DISPLAY] X Y\n"); }
static void help(void)
{
@@
-60,7
+60,8
@@
Command-line options:\n\
-v, --version Display program's version number.\n\
-u, --usage Display short usage summary.\n\
\n\
--d, --display=DISPLAY Connect to X DISPLAY.\n",
+-d, --display=DISPLAY Connect to X DISPLAY.\n\
+-r, --relative Move relative to its current position\n",
stdout);
}