[Bps-public-commit] r16278 - in sd/trunk: lib/App/SD/CLI/Command/Help

falcone at bestpractical.com falcone at bestpractical.com
Sat Oct 11 15:03:08 EDT 2008


Author: falcone
Date: Sat Oct 11 15:03:08 2008
New Revision: 16278

Modified:
   sd/trunk/   (props changed)
   sd/trunk/lib/App/SD/CLI/Command/Help/Tickets.pm

Log:
 r40583 at CMU-303228:  falcone | 2008-10-11 15:02:53 -0400
 * fix invalid argument syntax


Modified: sd/trunk/lib/App/SD/CLI/Command/Help/Tickets.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Help/Tickets.pm	(original)
+++ sd/trunk/lib/App/SD/CLI/Command/Help/Tickets.pm	Sat Oct 11 15:03:08 2008
@@ -11,7 +11,7 @@
  $cmd ticket create
      Invokes a text editor with a ticket creation template
  
- $cmd ticket create --summary="This is a summary" status=open
+ $cmd ticket create summary="This is a summary" status=open
      Create a new ticket non-interactively
  
  $cmd ticket update 123 -- status=closed



More information about the Bps-public-commit mailing list