summaryrefslogtreecommitdiff
path: root/grep-dctrl
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 /grep-dctrl
parente77e845c76b526e492fcfe38f5ecb8151818955c (diff)
downloaddctrl-tools-a2a8cd8ba1f3060a04d72a0704d147c8b083fee4.tar.gz
grep-dctrl: Make a help string more comprehensible
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
Diffstat (limited to 'grep-dctrl')
-rw-r--r--grep-dctrl/grep-dctrl.c4
1 files changed, 2 insertions, 2 deletions
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 }
};