From 43e114f99aeccdcd965d8722d3cebdd007b6aa35 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 8 May 2014 01:12:38 +0200 Subject: [PATCH] Completed the usage screen --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 164c17d..2d5c4a9 100644 --- a/src/main.c +++ b/src/main.c @@ -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; }