Skip to content

Commit

Permalink
Merge pull request #4349 from tmccombs/cp-sparse-help
Browse files Browse the repository at this point in the history
Stop saying --sparse is not implemented for cp
  • Loading branch information
tertsdiepraam authored Feb 12, 2023
2 parents 816e0d5 + 5b190db commit d9f05f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/cp/src/cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d9f05f4

Please sign in to comment.