bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -t and -T options for cp/mv/ln/install


From: Jim Meyering
Subject: Re: -t and -T options for cp/mv/ln/install
Date: Fri, 02 Jul 2004 19:03:09 +0200

Paul Eggert <address@hidden> 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  <address@hidden>
> +
> +     * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]