Re: ptx --copyright

2006-03-28 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > Eric Blake <[EMAIL PROTECTED]> writes: > >> * src/ptx.c (usage): Remove mention of --copyright/-C. >> (main): Alias --copyright to --version plus a deprecation >> warning. >> * NEWS: Mention this. > > That one looks fine to me, except I w

Re: ptx --copyright

2006-03-28 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: >> How about if we alias it to --version, and deprecate it? That would ... > + ptx's --copyright (-C) option is scheduled for removal in 2007, and > + now evokes a warning. Use --version instead. Thanks. Applied. ___

Re: ptx --copyright

2006-03-27 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > * src/ptx.c (usage): Remove mention of --copyright/-C. > (main): Alias --copyright to --version plus a deprecation > warning. > * NEWS: Mention this. That one looks fine to me, except I wouldn't promise we'll remove it in 2007. Jim

Re: ptx --copyright

2006-03-27 Thread Eric Blake
> How about if we alias it to --version, and deprecate it? That would > avoid breaking anything depending on "ptx -C". (Admittedly unlikely, > but it's nicer to give users some warnings about changes like this.) How about this? ChangeLog: 2006-03-22 Eric Blake <[EMAIL PROTECTED]> * s

Re: ptx --copyright

2006-03-27 Thread Paul Eggert
Eric Blake <[EMAIL PROTECTED]> writes: > Is it time to retire 'ptx --copyright' in favor of the standard > --version/--help used by all the other coreutils? If so, I can prepare a > patch that removes this redundant option, and touches up NEWS and > coreutils.texi a

Re: ptx --copyright

2006-03-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [Resend - this never seemed to make it to the list archives or distribution.] > How about if we alias it to --version, and deprecate it? That would > avoid breaking anything depending on "ptx -C". (Admittedly unlikely, > but it's nicer to give users

ptx --copyright

2006-03-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is it time to retire 'ptx --copyright' in favor of the standard - --version/--help used by all the other coreutils? If so, I can prepare a patch that removes this redundant option, and touches up NEWS and coreutils.texi accordingly. -