1
Fork 0
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:
Sunrin SHIMURA (keen) 2017-12-27 17:52:53 +09:00
parent c386d5bfaf
commit 956a6aa1fb

View file

@ -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")