Gran Uddeborg <[EMAIL PROTECTED]> writes:
| In the help text in 4.0k for "ln" there is a line
|
| " --target-directory=DIR move all SOURCE arguments into directory DIR\n"
|
| but the synopsis uses TARGET rather than SOURCE. SOURCE is used
| everywhere else, and TARGET is natural only for (the non-default)
| symbolic links. So maybe it would make sense to use SOURCE in the
| synopsis for "ln" too.
Thanks for pointing that out.
That was a cut and paste error.
Now it reads like this:
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);
...
--target-directory=DIRECTORY specify the directory DIR in which to\n\
create the links\n\