Paul Eggert <[EMAIL PROTECTED]> wrote: > Here's a patch to add support for -t as a short name for > --target-directory, and -T as a short name for --no-target-directory. > > Index: ChangeLog > =================================================================== > RCS file: /home/meyering/coreutils/cu/ChangeLog,v > retrieving revision 1.975 > diff -p -u -r1.975 ChangeLog > --- ChangeLog 30 Jun 2004 22:35:51 -0000 1.975 > +++ ChangeLog 1 Jul 2004 21:34:25 -0000 > @@ -1,3 +1,18 @@ > +2004-07-01 Paul Eggert <[EMAIL PROTECTED]> > + > + * NEWS: Add short names -t and -T for --target-directory > + and --no-target-directory options, respectively. > + > + * src/cp.c (NO_TARGET_DIRECTORY_OPTION, TARGET_DIRECTORY_OPTION): > + Remove. All uses changed to 'T' and 't', respectively. > + * src/install.c, src/ln.c, src/mv.c: Likewise. > + > + * src/cp.c (long_opts, usage, do_copy, main): Add -t and -T as > + aliases for --target-directory and --no-target-directory, > + respectively. > + * src/install.c (long_options, main, usage): Likewise. > + * src/ln.c, src/mv.c: Likewise.
Thanks. I've applied that. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-coreutils
