diff options
| author | Aaahh Ahh <woohoomoo2u@gmail.com> | 2019-03-08 12:14:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 12:14:50 -0500 |
| commit | b41f7ad2960d1e4824db48901febaf5031ca1379 (patch) | |
| tree | 593fb54dcff69e84dda845d31f2cbc3832529ff3 | |
| parent | dfd7904fec8cd62d7593074a9e496ec63263b55e (diff) | |
Update xwinwrap.c
| -rw-r--r-- | xwinwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
