From: Jan Kupec Date: Mon, 8 Oct 2007 12:34:03 +0000 (+0000) Subject: - missing -y option added to the update command (#331632) X-Git-Tag: BASE-SuSE-Linux-11_0-Branch~562 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1b6925521a893aaa1933dfcbcf241d326671fa1;p=platform%2Fupstream%2Fzypper.git - missing -y option added to the update command (#331632) --- diff --git a/src/zypper.cc b/src/zypper.cc index 88219d4..4875f80 100644 --- a/src/zypper.cc +++ b/src/zypper.cc @@ -486,6 +486,9 @@ int one_command(int argc, char **argv) // rug compatibility option, we have --repo {"catalog", required_argument, 0, 'c'}, {"type", required_argument, 0, 't'}, + // rug compatibility option, we have global --non-interactive + // note: rug used this uption only to auto-answer the 'continue with install?' prompt. + {"no-confirm", no_argument, 0, 'y'}, {"skip-interactive", no_argument, 0, 0}, {"auto-agree-with-licenses", no_argument, 0, 'l'}, // rug compatibility, we have --auto-agree-with-licenses