mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-22 08:03:40 +08:00
(usage): Fix copy+paste error in description of
--target-directory: s/move/copy/. From Paul Jarc.
This commit is contained in:
parent
627db84915
commit
86e30699e4
2
src/cp.c
2
src/cp.c
@ -211,7 +211,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
|
||||
fputs (_("\
|
||||
-s, --symbolic-link make symbolic links instead of copying\n\
|
||||
-S, --suffix=SUFFIX override the usual backup suffix\n\
|
||||
--target-directory=DIRECTORY move all SOURCE arguments into DIRECTORY\n\
|
||||
--target-directory=DIRECTORY copy all SOURCE arguments into DIRECTORY\n\
|
||||
"), stdout);
|
||||
fputs (_("\
|
||||
-u, --update copy only when the SOURCE file is newer\n\
|
||||
|
Loading…
Reference in New Issue
Block a user