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:
commit
1c023c6523
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue