mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
Merge pull request #1119 from KeenS/install-ignore--c
install: ignore -c option for compatibility
This commit is contained in:
commit
bc6d748a9e
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue