From 5b190dbf76961d5e16163c4155daaec090048744 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Sun, 12 Feb 2023 01:41:36 -0700 Subject: [PATCH] Stop saying --sparse is not implemented for cp It is implemented, so update the --help text to reflect that --- 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 d9029810d..1b7d58d06 100644 --- a/src/uu/cp/src/cp.rs +++ b/src/uu/cp/src/cp.rs @@ -523,7 +523,7 @@ pub fn uu_app() -> Command { .long(options::SPARSE) .value_name("WHEN") .value_parser(["never", "auto", "always"]) - .help("NotImplemented: control creation of sparse files. See below"), + .help("control creation of sparse files. See below"), ) // TODO: implement the following args .arg(