From 5cce2b0d9aa7aee017f157dc2006a5a3a5205dae Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 28 Feb 2022 15:16:47 +0100 Subject: [PATCH] cp: fix typo in help text --- src/uu/cp/src/cp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/cp/src/cp.rs b/src/uu/cp/src/cp.rs index 21dd74356..9aafe762b 100644 --- a/src/uu/cp/src/cp.rs +++ b/src/uu/cp/src/cp.rs @@ -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())