This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=472712e23e5b281d7f9541cd4e6b9caae751ca54 commit 472712e23e5b281d7f9541cd4e6b9caae751ca54 Author: Trek <[email protected]> AuthorDate: Tue Oct 16 21:45:42 2018 +0200 s-s-d: Fix typo Signed-off-by: Guillem Jover <[email protected]> --- utils/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index b79ce37b2..fb483d8b8 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -1212,7 +1212,7 @@ parse_options(int argc, char * const *argv) badusage("--remove-pidfile requires --pidfile"); if (pid_str && pidfile) - badusage("need either --pid of --pidfile, not both"); + badusage("need either --pid or --pidfile, not both"); if (background && action != ACTION_START) badusage("--background is only relevant with --start"); -- Dpkg.Org's dpkg

