Update the usage screen

This commit is contained in:
Pierre Pronchery 2016-02-07 05:12:56 +01:00
parent 73761b20d4
commit 0aec53affd

View File

@ -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;