]> err.no Git - dpkg/commitdiff
s-s-d: Change from 'Mandatory' to 'Matching' in --help output
authorGuillem Jover <guillem@debian.org>
Sun, 20 Jan 2008 03:06:32 +0000 (05:06 +0200)
committerGuillem Jover <guillem@debian.org>
Sun, 20 Jan 2008 21:43:20 +0000 (23:43 +0200)
Suggested by Justin Pryzby.

ChangeLog
utils/start-stop-daemon.c

index de58c63a2f242ece47ad6981568bf97395b27382..bdafe80f0ada0e9c8c06e9b77f011a334f84a538 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-20  Guillem Jover  <guillem@debian.org>
+
+       * utils/start-stop-daemon.c (do_help): Change from 'Mandatory' to
+       'Matching'. Suggested by Justin Pryzby.
+
 2008-01-19  Raphael Hertzog  <hertzog@debian.org>
 
        * scripts/dpkg-buildpackage.pl: Use
index 1fd0e87477d76293a1dafc33bd69ccc6d7c1bc0b..d973cb007831cc4b6034a4b9df2395a4b533ed6b 100644 (file)
@@ -346,7 +346,7 @@ do_help(void)
 "  -H|--help                     print help information\n"
 "  -V|--version                  print version\n"
 "\n"
-"Mandatory options (at least one is required):\n"
+"Matching options (at least one is required):\n"
 "  -p|--pidfile <pid-file>       pid file to check\n"
 "  -x|--exec <executable>        program to start/check if it is running\n"
 "  -n|--name <process-name>      stop processes with this name\n"