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:30:11 +0300
commita2a8cd8ba1f3060a04d72a0704d147c8b083fee4 (patch)
tree458d81e6a7e9f85db1ba55a72e24eff92686eda2
parente77e845c76b526e492fcfe38f5ecb8151818955c (diff)
downloaddctrl-tools-a2a8cd8ba1f3060a04d72a0704d147c8b083fee4.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, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f56953..35d5dea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,14 +6,15 @@ dctrl-tools (2.15) UNRELEASED; urgency=low
* tbl-dctrl (linewrap): Force a line break where the field has one.
* Update FSF address in license blurbs all over the source tree.
* debian/copyright: Update copyright years
-
+ * grep-dctrl: Make a help string more comprehensible
+
[ Cyril Brulebois ]
* Add Build-Depends/Build-Depends-Indep search example (closes: #339380)
[ 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 aef3dce..07c5ed6 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 }
};