mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
better help in command line
This commit is contained in:
parent
d49f24c061
commit
d2d2648e7e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user