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

spang at bestpractical.com spang at bestpractical.com
Thu Jan 8 07:13:31 EST 2009


Author: spang
Date: Thu Jan  8 07:13:29 2009
New Revision: 17640

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

Log:
 r53417 at loki:  spang | 2009-01-08 13:41:20 +0200
 just because the perldoc explains format characters in its entry on sprintf doesn't mean perl doesn't do printf too, silly


Modified: sd/trunk/lib/App/SD/CLI/Command/Help/summary_format_ticket.pm
==============================================================================
--- sd/trunk/lib/App/SD/CLI/Command/Help/summary_format_ticket.pm	(original)
+++ sd/trunk/lib/App/SD/CLI/Command/Help/summary_format_ticket.pm	Thu Jan  8 07:13:29 2009
@@ -19,8 +19,8 @@
 Let's deconstruct this example. It consists of three pairs. The first pair is
 '%5.5s },\$luid'. The first item of the pair should look somewhat familiar to
 anyone who's programmed in Perl or C before. It consists of a format string,
-like that used in C's printf function and Perl's sprintf function, and can be
-prefixed or followed by any other characters (' }' in this case).
+like that used in Perl's and C's printf function, and can be prefixed or
+followed by any other characters (' }' in this case).
 
 The second item is the property to be formatted. It can be any ticket property,
 but if you want the local uid (luid) or the universal uid (uuid), it must be



More information about the Bps-public-commit mailing list