From 3e075f266b6bc3ff3ce0b0d430d6ba7fef7a6210 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 26 Jan 2006 20:33:32 +0000 Subject: [PATCH] Fix typo in start-stop-daemon's help output. Closes: #333673 Thanks to Christoph Maser . --- ChangeLog | 4 ++++ debian/changelog | 2 ++ utils/start-stop-daemon.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d43aa391..bbee3283 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-26 Christoph Maser + + * utils/start-stop-daemon.c (do_help): Fix typo. + 2006-01-26 A Costa * man/C/dselect.1: Fix typos. diff --git a/debian/changelog b/debian/changelog index 4324bb6c..e3ccd498 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ dpkg (1.13.13~) unstable; urgency=low Thanks to Bastian Kleineidam . * Fix typos in dselect manpage. Closes: #310358 Thanks to A Costa . + * Fix typo in start-stop-daemon's help output. Closes: #333673 + Thanks to Christoph Maser . -- diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index 223b4903..a03196a6 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -303,7 +303,7 @@ do_help(void) " -n|--name stop processes with this name\n" " -s|--signal signal to send (default TERM)\n" " -a|--startas program to start (default is )\n" -" -C|--chdir Change to (default is /)\n" +" -d|--chdir Change to (default is /)\n" " -N|--nicelevel add incr to the process's nice level\n" " -b|--background force the process to detach\n" " -m|--make-pidfile create the pidfile before starting\n" -- 2.39.5