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.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to