On 04/26/2013 03:07 AM, Pavel Raiskup wrote:
> -I, --use-filter-program (general 'vanilla' API)
> --use-compress-program (obsoleted alias to ^^^)
> // remove from --help & man & info to not confuse people
> --use-compress-like-program (with a *proper* definition what it does)
> // or choose a better name?
Something like this sounds good. But how about
dropping the "use-" for the new options?
That will simplify things a bit. Like this:
-I, --filter-program (general 'vanilla' API)
--use-compress-program (obsoleted alias for --filter-program)
// remove from --help & man & info to not confuse people
--compress-program (with a *proper* definition what it does)