tMerge pull request #40 from pranomostro/master - wmutils - X windows manipulation utilities
(HTM) git clone git://z3bra.org/wmutils
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2fd44f648b4eb8b2a2f5ee6ee742abe9da85ebc2
(DIR) parent 23253bf32782b8e51876a6134d96bb8ef9a25227
(HTM) Author: zebra v3.1 <z3bratabs@users.noreply.github.com>
Date: Mon, 6 Jun 2016 08:24:31 +0200
Merge pull request #40 from pranomostro/master
Add colon in usage()
Diffstat:
M chwso.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/chwso.c b/chwso.c
t@@ -16,7 +16,7 @@ static void stack(xcb_window_t, uint32_t[1]);
static void
usage(char *name)
{
- fprintf(stderr, "usage %s -rli <wid>\n", name);
+ fprintf(stderr, "usage: %s -rli <wid>\n", name);
exit(1);
}