Stop saying --sparse is not implemented for cp

It is implemented, so update the --help text to reflect that
This commit is contained in:
Thayne McCombs 2023-02-12 01:41:36 -07:00
parent 816e0d51e3
commit 5b190dbf76

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(