diff options
author | Guillem Jover <guillem@debian.org> | 2006-04-04 02:27:03 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2006-04-04 02:27:03 +0000 |
commit | f796888fee8a6e2de6abc11f0404572314e6c784 (patch) | |
tree | 43e00b26dee7559c2ca256c51ccb24ff5abee8d7 /utils | |
parent | d091d9298baab78cb068097e1533b812336df232 (diff) | |
download | dpkg-f796888fee8a6e2de6abc11f0404572314e6c784.tar.gz |
Add '-r' to the help output of start-stop-daemon (Jared Spiegel).
Closes: #354869
Diffstat (limited to 'utils')
-rw-r--r-- | utils/start-stop-daemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index 3bfc03d95..73122d41d 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -301,6 +301,7 @@ do_help(void) " -n|--name <process-name> stop processes with this name\n" " -s|--signal <signal> signal to send (default TERM)\n" " -a|--startas <pathname> program to start (default is <executable>)\n" +" -r|--chroot <directory> chroot to <directory> before starting\n" " -d|--chdir <directory> Change to <directory>(default is /)\n" " -N|--nicelevel <incr> add incr to the process's nice level\n" " -b|--background force the process to detach\n" |