Merge pull request #4349 from tmccombs/cp-sparse-help

Stop saying --sparse is not implemented for cp
This commit is contained in:
Terts Diepraam
2023-02-12 16:29:44 +01:00
committed by GitHub
+1 -1
View File
@@ -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(