aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaahh Ahh <woohoomoo2u@gmail.com>2019-03-08 12:14:50 -0500
committerGitHub <noreply@github.com>2019-03-08 12:14:50 -0500
commitb41f7ad2960d1e4824db48901febaf5031ca1379 (patch)
tree593fb54dcff69e84dda845d31f2cbc3832529ff3
parentdfd7904fec8cd62d7593074a9e496ec63263b55e (diff)
Update xwinwrap.c
-rw-r--r--xwinwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwinwrap.c b/xwinwrap.c
index ac629d9..b801cf3 100644
--- a/xwinwrap.c
+++ b/xwinwrap.c
@@ -170,7 +170,7 @@ static int get_argb_visual(Visual **visual, int *depth) {
static void sigHandler(int sig) { kill(pid, sig); }
static void usage(void) {
- fprintf(stderr, "%s \n", NAME);
+ fprintf(stderr, "%s v%s \n", NAME, VERSION);
fprintf(stderr, "\nUsage: %s [-g {w}x{h}+{x}+{y}] [-ni] [-argb] [-fdt]\n \
[-fs] [-un] [-s] [-st] [-sp] [-a] [-b] [-nf] [-o OPACITY]\n \
[-sh SHAPE] [-ov] [-ovr] [-d] [-debug] -- COMMAND ARG1...\n",