From 0aec53affd71be29a21e6d252f917517751b269c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 7 Feb 2016 05:12:56 +0100 Subject: [PATCH] Update the usage screen --- tools/helper-main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/helper-main.c b/tools/helper-main.c index 73560fb..e35727d 100644 --- a/tools/helper-main.c +++ b/tools/helper-main.c @@ -53,7 +53,9 @@ static int _usage(void) fprintf(stderr, _("Usage: %s [-c][-p package] command\n" " %s -d package\n" " %s -s section page\n" +" -c Open the documentation for a specific package\n" " -d Open an API reference\n" +" -p Set the package for the command specified\n" " -s Section of the manual page to read from\n"), PROGNAME, PROGNAME, PROGNAME); return 1;