Completed the usage screen
This commit is contained in:
parent
c6ab1fed5f
commit
43e114f99a
|
@ -28,7 +28,8 @@
|
|||
/* usage */
|
||||
static int _usage(void)
|
||||
{
|
||||
fputs("Usage: " PROGNAME " [-R]\n", stderr);
|
||||
fputs("Usage: " PROGNAME " [-R]\n"
|
||||
" -R Register the service with the Session\n", stderr);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user