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
commit d9f05f4c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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(