From ff9eed5ff557cce495bb307fe3fabfcfbce1ca8e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Dec 1999 09:34:48 +0000 Subject: [PATCH] =?utf8?q?(usage):=20Correct=20typos.=20List=20new=20--tar?= =?utf8?q?get-directory=3D...=20usage.=20Reported=20by=20G=F6ran=20Uddebor?= =?utf8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/ln.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ln.c b/src/ln.c index 759c450b32..2af9aa7ac6 100644 --- a/src/ln.c +++ b/src/ln.c @@ -324,8 +324,9 @@ usage (int status) printf (_("\ Usage: %s [OPTION]... TARGET [LINK_NAME]\n\ or: %s [OPTION]... TARGET... DIRECTORY\n\ + or: %s [OPTION]... --target-directory=DIRECTORY TARGET...\n\ "), - program_name, program_name); + program_name, program_name, program_name); printf (_("\ Create a link to the specified TARGET with optional LINK_NAME. If there is\n\ more than one TARGET, the last argument must be a directory; create links\n\ @@ -340,7 +341,8 @@ with --symbolic. When creating hard links, each TARGET must exist.\n\ -i, --interactive prompt whether to remove destinations\n\ -s, --symbolic make symbolic links instead of hard links\n\ -S, --suffix=SUFFIX override the usual backup suffix\n\ - --target-directory=DIR move all SOURCE arguments into directory DIR\n\ + --target-directory=DIRECTORY specify the DIRECTORY in which to create\n\ + the links\n\ -v, --verbose print name of each file before linking\n\ --help display this help and exit\n\ --version output version information and exit\n\ -- 2.47.3