mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #4349 from tmccombs/cp-sparse-help
Stop saying --sparse is not implemented for cp
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user