Merge pull request #1119 from KeenS/install-ignore--c

install: ignore -c option for compatibility
This commit is contained in:
Alex Lyon 2017-12-27 02:29:04 -08:00 committed by GitHub
commit bc6d748a9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@ fn parse_opts(args: Vec<String>) -> getopts::Matches {
file", "CONTROL") file", "CONTROL")
// TODO implement flag // TODO implement flag
.optflag("b", "", "(unimplemented) like --backup but does not accept an argument") .optflag("b", "", "(unimplemented) like --backup but does not accept an argument")
.optflag("c", "", "ignored")
// TODO implement flag // TODO implement flag
.optflag("C", "compare", "(unimplemented) compare each pair of source and destination\n \ .optflag("C", "compare", "(unimplemented) compare each pair of source and destination\n \
files, and in some cases, do not modify the destination at all") files, and in some cases, do not modify the destination at all")