Author: adam-guest Date: 2008-04-30 17:28:24 +0000 (Wed, 30 Apr 2008) New Revision: 1412
Modified: trunk/scripts/bts.pl Log: Fix broken syntax in example command Modified: trunk/scripts/bts.pl =================================================================== --- trunk/scripts/bts.pl 2008-04-30 08:36:22 UTC (rev 1411) +++ trunk/scripts/bts.pl 2008-04-30 17:28:24 UTC (rev 1412) @@ -188,7 +188,7 @@ The abbreviation "it" may be used to refer to the last mentioned bug number, so you could write: - % bts severity 95672 wishlist, retitle it "bts: please add a --foo option" + % bts severity 95672 wishlist , retitle it "bts: please add a --foo option" Please use this program responsibly, and do take our users into consideration. -- To unsubscribe, send mail to [EMAIL PROTECTED]
