simpler usage
This commit is contained in:
parent
db07244cb8
commit
dcc0cddee4
1 changed files with 1 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue