Skip to content

Commit

Permalink
Update xwinwrap.c
Browse files Browse the repository at this point in the history
Former-commit-id: 4bfb0b3
  • Loading branch information
mmhobi7 authored Mar 8, 2019
1 parent c6b9c09 commit d4376d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xwinwrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4376d7

Please sign in to comment.