1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #3202 from cakebaker/patch-1

cp: fix typo in help text
This commit is contained in:
Sylvestre Ledru 2022-03-01 10:14:06 +01:00 committed by GitHub
commit 1c023c6523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,7 +363,7 @@ pub fn uu_app<'a>() -> App<'a> {
.long(options::REMOVE_DESTINATION) .long(options::REMOVE_DESTINATION)
.overrides_with(options::FORCE) .overrides_with(options::FORCE)
.help("remove each existing destination file before attempting to open it \ .help("remove each existing destination file before attempting to open it \
(contrast with --force). On Windows, current only works for writeable files.")) (contrast with --force). On Windows, currently only works for writeable files."))
.arg(backup_control::arguments::backup()) .arg(backup_control::arguments::backup())
.arg(backup_control::arguments::backup_no_args()) .arg(backup_control::arguments::backup_no_args())
.arg(backup_control::arguments::suffix()) .arg(backup_control::arguments::suffix())