mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
install: ignore -c option for compatibility
This commit is contained in:
parent
c386d5bfaf
commit
956a6aa1fb
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ fn parse_opts(args: Vec<String>) -> getopts::Matches {
|
|||
file", "CONTROL")
|
||||
// TODO implement flag
|
||||
.optflag("b", "", "(unimplemented) like --backup but does not accept an argument")
|
||||
.optflag("c", "", "ignored")
|
||||
// TODO implement flag
|
||||
.optflag("C", "compare", "(unimplemented) compare each pair of source and destination\n \
|
||||
files, and in some cases, do not modify the destination at all")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue