[Rt-commit] r3378 - in rt/branches/3.4-RELEASE: . bin
robert at bestpractical.com
robert at bestpractical.com
Mon Jul 4 00:40:37 EDT 2005
Author: robert
Date: Mon Jul 4 00:40:37 2005
New Revision: 3378
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/bin/rt.in
Log:
r3412 at bear: rspier | 2005-07-04T04:39:33.953112Z
documentation error, use -m not -t
Modified: rt/branches/3.4-RELEASE/bin/rt.in
==============================================================================
--- rt/branches/3.4-RELEASE/bin/rt.in (original)
+++ rt/branches/3.4-RELEASE/bin/rt.in Mon Jul 4 00:40:37 2005
@@ -1255,7 +1255,7 @@
my @values = ref $val eq 'ARRAY' ? @$val : $val;
foreach my $line (map {split /\n/} @values) {
- # XXX: This should become a real parser, à la Text::ParseWords.
+ # XXX: This should become a real parser, Ã la Text::ParseWords.
$line =~ s/^\s+//;
$line =~ s/\s+$//;
push @words, split /\s*,\s*/, $line;
@@ -1771,7 +1771,7 @@
Examples:
- rt comment -t 'Not worth fixing.' -a stddisclaimer.h 23
+ rt comment -m 'Not worth fixing.' -a stddisclaimer.h 23
--
More information about the Rt-commit
mailing list