On Aug 15, 2011, at 9:01 PM, Danek Duvall <danek.duv...@oracle.com> wrote:

> Edward Pilatowicz wrote:
> 
>> how about i add:
>> 
>>         if not full and cmd:
>> -                logger.error("Usage:")
>> +                if cmd not in priv_usage:
>> +                        logger.error(_("Usage:"))
>> +                else:
>> +                        logger.error(_("Private subcommand usage, options "
>> +                            "subject to change at any time:"))
>>                 combined = {}
> 
> Sure.  Well past the l10n deadlines, but looks good.

+1

-Shawn
_______________________________________________
pkg-discuss mailing list
pkg-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to