[Rt-commit] r4556 - in rt/branches/3.5-TESTING: .

kevinr at bestpractical.com kevinr at bestpractical.com
Mon Feb 20 21:42:04 EST 2006


Author: kevinr
Date: Mon Feb 20 21:42:03 2006
New Revision: 4556

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/bin/rt.in

Log:
 r10929 at sad-girl-in-snow:  kevinr | 2006-02-13 20:15:37 -0500
 * Fixed a typo in the help for 'rt edit'


Modified: rt/branches/3.5-TESTING/bin/rt.in
==============================================================================
--- rt/branches/3.5-TESTING/bin/rt.in	(original)
+++ rt/branches/3.5-TESTING/bin/rt.in	Mon Feb 20 21:42:03 2006
@@ -1740,7 +1740,7 @@
         rt ls -t tickets -i 'Priority > 5' | rt edit - set status=resolved
         rt edit ticket/4 set priority=3 owner=bar at example.com \
                          add cc=foo at example.com bcc=quux at example.net
-        rt create -t ticket subject='new ticket' priority=10 \
+        rt create -t ticket set subject='new ticket' priority=10 \
                             add cc=foo at example.com
 
 --


More information about the Rt-commit mailing list