mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
Merge pull request #4349 from tmccombs/cp-sparse-help
Stop saying --sparse is not implemented for cp
This commit is contained in:
commit
d9f05f4c52
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