mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
Stop saying --sparse is not implemented for cp
It is implemented, so update the --help text to reflect that
This commit is contained in:
parent
816e0d51e3
commit
5b190dbf76
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ pub fn uu_app() -> Command {
|
||||||
.long(options::SPARSE)
|
.long(options::SPARSE)
|
||||||
.value_name("WHEN")
|
.value_name("WHEN")
|
||||||
.value_parser(["never", "auto", "always"])
|
.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
|
// TODO: implement the following args
|
||||||
.arg(
|
.arg(
|
||||||
|
|
Loading…
Reference in a new issue