diff --git a/src/install/install.rs b/src/install/install.rs index c090a7951..fbd1b41cd 100644 --- a/src/install/install.rs +++ b/src/install/install.rs @@ -106,6 +106,7 @@ fn parse_opts(args: Vec) -> 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")