2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-04 08:15:25 +00:00

daemon-unix: include missing help information

These options have existed for a while, but were not expressed in the
help information.  Inform the user that these options exist, and give
some basic help.

Reported-by: Saravanan KR <skramaja@redhat.com>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Markos Chandras <mchandras@suse.de>
This commit is contained in:
Aaron Conole
2017-12-11 10:07:39 -05:00
committed by Ben Pfaff
parent 8c087cecff
commit c66caed404

View File

@@ -537,6 +537,8 @@ daemon_usage(void)
printf(
"\nDaemon options:\n"
" --detach run in background as daemon\n"
" --monitor creates a process to monitor this daemon\n"
" --user=username[:group] changes the effective daemon user:group\n"
" --no-chdir do not chdir to '/'\n"
" --pidfile[=FILE] create pidfile (default: %s/%s.pid)\n"
" --overwrite-pidfile with --pidfile, start even if already "