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

cp: fix typo in help text

This commit is contained in:
Daniel Hofstetter 2022-02-28 15:16:47 +01:00 committed by GitHub
parent bbef777c8c
commit 5cce2b0d9a
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)
.overrides_with(options::FORCE)
.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_no_args())
.arg(backup_control::arguments::suffix())