summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorkarltk <karltk@gentoo.org>2004-10-09 23:36:58 +0000
committerkarltk <karltk@gentoo.org>2004-10-09 23:36:58 +0000
commit57b302ba690c9c103d8493386a49929dd4462a62 (patch)
tree276d41f9cafa201809a0174f616799a91bd6b291 /trunk
parent304fc56bca63c7c0ecfbcc571eb1094f36a8eac4 (diff)
downloadgentoolkit-57b302ba690c9c103d8493386a49929dd4462a62.tar.gz
Fixed changes help example
svn path=/; revision=149
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/etcat/etcat4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/src/etcat/etcat b/trunk/src/etcat/etcat
index 8401182..5db5a13 100755
--- a/trunk/src/etcat/etcat
+++ b/trunk/src/etcat/etcat
@@ -42,6 +42,8 @@
#
# --| Changes |------------------------------------------------------
#
+# * etcat-0.3.1 (10 Oct 2004) [karltk]
+# - Fixed changes help examples
# * etcat-0.3.1 (08 Jan 2004) [genone]
# - adding missing python searchpath modification
# - fixing sort order
@@ -111,7 +113,7 @@ options = {
"changes": \
("c","Outputs the changelog entry to screen. It is possible to give a version number along with the package name.",
["etcat changes mozilla",
- "etcat changes mozilla-1.1-r1",
+ "etcat changes =mozilla-1.1-r1",
"etcat changes gkrellm$"]),
"depends": \
("d","Finds all packages that are directly dependent to a regex search string.",