better help in command line

This commit is contained in:
kakwa 2016-09-06 08:51:48 +02:00
parent d49f24c061
commit d2d2648e7e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ static struct argp_option options[] = {
{0}};
/* A description of the arguments we accept. */
static char args_doc[] = "-c CONFFILE [-d] [-D]";
static char args_doc[] = "-c CONFFILE [-d] [-D] [-p <pidfile>]";
struct arguments {
char *args[2]; /* arg1 & arg2 */