summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti-Juhani Kaijanaho <ajk@debian.org>2010-08-08 12:30:11 +0300
committerAntti-Juhani Kaijanaho <ajk@debian.org>2010-08-08 12:44:12 +0300
commit0c2694b04d4c66d329a15eb273475a920b1e387e (patch)
tree5973fa43cc16673af709c44b9a5a101e0b365141
parent3c398747e5b7e791ded354a3c5f3ef23e0ee74c5 (diff)
downloaddctrl-tools-0c2694b04d4c66d329a15eb273475a920b1e387e.tar.gz
grep-dctrl: Make a help string more comprehensible
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
-rw-r--r--debian/changelog5
-rw-r--r--grep-dctrl/grep-dctrl.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 54152b5..65cf9f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
dctrl-tools (2.14.1) UNRELEASED; urgency=low
+ [ Antti-Juhani Kaijanaho ]
+ * grep-dctrl: Make a help string more comprehensible
+
[ Gerfried Fuchs ]
* Russian translation updated by Yuri Kozlov (closes: #513026)
- -- Gerfried Fuchs <rhonda@debian.at> Sun, 13 Dec 2009 17:45:04 +0100
+ -- Antti-Juhani Kaijanaho <ajk@debian.org> Sun, 08 Aug 2010 12:28:01 +0300
dctrl-tools (2.14) unstable; urgency=low
diff --git a/grep-dctrl/grep-dctrl.c b/grep-dctrl/grep-dctrl.c
index 2783c4c..96b95d6 100644
--- a/grep-dctrl/grep-dctrl.c
+++ b/grep-dctrl/grep-dctrl.c
@@ -1,5 +1,5 @@
/* dctrl-tools - Debian control file inspection tools
- Copyright © 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ Copyright © 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
Antti-Juhani Kaijanaho
This program is free software; you can redistribute it and/or modify
@@ -139,7 +139,7 @@ static struct argp_option options[] = {
{ "mmap", OPT_MMAP, 0, 0, N_("Attempt mmapping input files") },
{ "ignore-parse-errors", OPT_IGN_ERRS, 0, 0, N_("Ignore parse errors") },
{ "pattern", OPT_PATTERN, N_("PATTERN"), 0, N_("Specify the pattern to search for") },
- { "whole-pkg", 'w', 0, 0, N_("Do (eregex) matching on whole package names") },
+ { "whole-pkg", 'w', 0, 0, N_("Match only whole package names (this implies -e)") },
{ 0 }
};