From 4be8fc01412ef75a902d782e57f4106aed14176f Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Wed, 12 Sep 2007 10:51:31 +0000 Subject: [PATCH] wrong short option for --capability --- src/zypper.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zypper.cc b/src/zypper.cc index 844ea1f..d2786de 100644 --- a/src/zypper.cc +++ b/src/zypper.cc @@ -277,7 +277,7 @@ int one_command(int argc, char **argv) {"type", required_argument, 0, 't'}, // the default (ignored) {"name", no_argument, 0, 'n'}, - {"capability", no_argument, 0, 'n'}, + {"capability", no_argument, 0, 'C'}, // rug compatibility, we have global --non-interactive {"no-confirm", no_argument, 0, 'y'}, {"auto-agree-with-licenses", no_argument, 0, 'l'}, @@ -315,7 +315,7 @@ int one_command(int argc, char **argv) {"type", required_argument, 0, 't'}, // the default (ignored) {"name", no_argument, 0, 'n'}, - {"capability", no_argument, 0, 'n'}, + {"capability", no_argument, 0, 'C'}, // rug compatibility, we have global --non-interactive {"no-confirm", no_argument, 0, 'y'}, {"debug-solver", no_argument, 0, 0}, -- 2.7.4