Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
db07244
)
simpler usage
author
Aaron Marcher <
[email protected]
>
Sun, 18 Sep 2016 14:57:55 +0000
(16:57 +0200)
committer
Aaron Marcher (drkhsh) <
[email protected]
>
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
fa12572
..
174a17c
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);
}