Author: adam-guest
Date: 2008-09-09 17:39:32 +0000 (Tue, 09 Sep 2008)
New Revision: 1618

Modified:
   trunk/debian/changelog
   trunk/scripts/rc-alert.pl
Log:
rc-alert: Fix missing characters in a couple of option names in the help
text.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-09-08 20:36:06 UTC (rev 1617)
+++ trunk/debian/changelog      2008-09-09 17:39:32 UTC (rev 1618)
@@ -34,6 +34,8 @@
   * nmudiff: Add support for using $DEBFULLNAME as well as $DEBEMAIL when
     generating the From: header for a sendmail-generated mail. Based on a
     patch from Thomas Viehmann. (Closes: #496460)
+  * rc-alert: Fix missing characters in a couple of option names in the help
+    text.
   * tagpending:
     + Fix a typo in the help output. Thanks Thijs Kinkhorst. (Closes: #494131)
     + Use the new "bts --toolname" switch instead of an in-body comment to

Modified: trunk/scripts/rc-alert.pl
===================================================================
--- trunk/scripts/rc-alert.pl   2008-09-08 20:36:06 UTC (rev 1617)
+++ trunk/scripts/rc-alert.pl   2008-09-09 17:39:32 UTC (rev 1618)
@@ -75,14 +75,14 @@
   --cache           Create ~/.devscripts_cache directory if it does not exist
 
   Matching options: (see the manpage for further information)
-  --include-tags    Set of tags to include
-  --include-tag-op  Must all tags match for inclusion?
-  --exclude-tags    Set of tags to exclude
-  --exclude-tag-op  Must all tags match for exclusion?
-  --include-dists   Set of distributions to include
-  --include-dist-o  Must all distributions be matched for inclusion?
-  --exclude-dists   Set of distributions to exclude
-  --exclude-dist-o  Must all distributions be matched for exclusion?
+  --include-tags     Set of tags to include
+  --include-tag-op   Must all tags match for inclusion?
+  --exclude-tags     Set of tags to exclude
+  --exclude-tag-op   Must all tags match for exclusion?
+  --include-dists    Set of distributions to include
+  --include-dist-op  Must all distributions be matched for inclusion?
+  --exclude-dists    Set of distributions to exclude
+  --exclude-dist-op  Must all distributions be matched for exclusion?
 EOF
 
 my $version = <<"EOF";



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to