projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db07244
)
simpler usage
author
Aaron Marcher
<info@nulltime.net>
Sun, 18 Sep 2016 14:57:55 +0000
(16:57 +0200)
committer
Aaron Marcher (drkhsh)
<info@nulltime.net>
Sun, 18 Sep 2016 14:57:55 +0000
(16:57 +0200)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index fa125720244c34cf871a56423cb62e9dc1382c99..174a17cfdf2474734628ae9a0532c50c5e5f50f0 100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-592,10
+592,7
@@
sighandler(const int signo)
static void
usage(void)
{
- fprintf(stderr,
- "slstatus (c) 2016, drkhsh\n"
- "usage: %s [-dho]\n",
- argv0);
+ fprintf(stderr, "usage: %s [-dho]\n", argv0);
exit(1);
}