diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-11-09 09:27:55 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-11-09 09:27:55 +0200 |
commit | ce7fbea620e4a55a18c737390b30844cf5125145 (patch) | |
tree | 02ca6acafe8bf8a0c2671eed863361d134619d08 /lib/poptI.c | |
parent | 7bc9cc79d19f61121b443b8e0e73364db47209c4 (diff) | |
download | librpm-tizen-ce7fbea620e4a55a18c737390b30844cf5125145.tar.gz librpm-tizen-ce7fbea620e4a55a18c737390b30844cf5125145.tar.bz2 librpm-tizen-ce7fbea620e4a55a18c737390b30844cf5125145.zip |
Lose useless --fileconflicts cli-switch
- We always detect file conflicts (duh!) unless forced, no need for this
Diffstat (limited to 'lib/poptI.c')
-rw-r--r-- | lib/poptI.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/poptI.c b/lib/poptI.c index 3cbff01db..4cbc923ce 100644 --- a/lib/poptI.c +++ b/lib/poptI.c @@ -147,9 +147,6 @@ struct poptOption rpmInstallPoptTable[] = { N_("skip files with leading component <path> "), N_("<path>") }, - { "fileconflicts", '\0', POPT_BIT_CLR, &rpmIArgs.probFilter, - (RPMPROB_FILTER_REPLACEOLDFILES | RPMPROB_FILTER_REPLACENEWFILES), - N_("detect file conflicts between packages"), NULL}, { "force", '\0', 0, NULL, RPMCLI_POPT_FORCE, N_("short hand for --replacepkgs --replacefiles"), NULL}, |