Просмотр исходного кода

Fix typo in start-stop-daemon's help output. Closes: #333673
Thanks to Christoph Maser <cm@financial.com>.

Guillem Jover лет назад: 20
Родитель
Сommit
3e075f266b
3 измененных файлов с 7 добавлено и 1 удалено
  1. 4 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 1
      utils/start-stop-daemon.c

+ 4 - 0
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.

+ 2 - 0
debian/changelog

@@ -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>.
 
  --
 

+ 1 - 1
utils/start-stop-daemon.c

@@ -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"