Ver código fonte

s-s-d: Change from 'Mandatory' to 'Matching' in --help output

Suggested by Justin Pryzby.
Guillem Jover 18 anos atrás
pai
commit
75b84919b6
2 arquivos alterados com 6 adições e 1 exclusões
  1. 5 0
      ChangeLog
  2. 1 1
      utils/start-stop-daemon.c

+ 5 - 0
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

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

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