]> err.no Git - dpkg/commitdiff
Fix typo in start-stop-daemon's help output. Closes: #333673
authorGuillem Jover <guillem@debian.org>
Thu, 26 Jan 2006 20:33:32 +0000 (20:33 +0000)
committerGuillem Jover <guillem@debian.org>
Thu, 26 Jan 2006 20:33:32 +0000 (20:33 +0000)
Thanks to Christoph Maser <cm@financial.com>.

ChangeLog
debian/changelog
utils/start-stop-daemon.c

index d43aa391df7a7861587a3260c373e7f7dd50a60b..bbee3283a7939a47b520442ff42e595a22a5e75a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-26  Christoph Maser  <cm@financial.com>
+
+       * utils/start-stop-daemon.c (do_help): Fix typo.
+
 2006-01-26  A Costa  <agcosta@gis.net>
 
        * man/C/dselect.1: Fix typos.
index 4324bb6c425acd4331249b3001cb612cea6a3494..e3ccd49816c465331880ff8c55a53494dc42b489 100644 (file)
@@ -19,6 +19,8 @@ dpkg (1.13.13~) unstable; urgency=low
     Thanks to Bastian Kleineidam <calvin@debian.org>.
   * Fix typos in dselect manpage. Closes: #310358
     Thanks to A Costa <agcosta@gis.net>.
+  * Fix typo in start-stop-daemon's help output. Closes: #333673
+    Thanks to Christoph Maser <cm@financial.com>.
 
  --
 
index 223b4903960f82805e996bff84e01420e63db1a1..a03196a61d97bfbb3e7e9cb76b2ddb7febbaaf77 100644 (file)
@@ -303,7 +303,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"
-"  -C|--chdir <directory>        Change to <directory>(default is /)\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"
 "  -m|--make-pidfile             create the pidfile before starting\n"