Completed the usage screen

This commit is contained in:
Pierre Pronchery 2014-05-08 01:12:38 +02:00
parent c6ab1fed5f
commit 43e114f99a

View File

@ -28,7 +28,8 @@
/* usage */ /* usage */
static int _usage(void) 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; return 1;
} }