From: Guillem Jover Date: Sun, 20 Jan 2008 03:06:32 +0000 (+0200) Subject: s-s-d: Change from 'Mandatory' to 'Matching' in --help output X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b84919b6aaff6c02b97a0478d6cbf43eecedbc;p=dpkg s-s-d: Change from 'Mandatory' to 'Matching' in --help output Suggested by Justin Pryzby. --- diff --git a/ChangeLog b/ChangeLog index de58c63a..bdafe80f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-20 Guillem Jover + + * utils/start-stop-daemon.c (do_help): Change from 'Mandatory' to + 'Matching'. Suggested by Justin Pryzby. + 2008-01-19 Raphael Hertzog * scripts/dpkg-buildpackage.pl: Use diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index 1fd0e874..d973cb00 100644 --- a/utils/start-stop-daemon.c +++ b/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 to check\n" " -x|--exec program to start/check if it is running\n" " -n|--name stop processes with this name\n"