From: Jan Kupec Date: Wed, 30 Apr 2008 16:53:11 +0000 (+0000) Subject: - -A shorthand for --no-abbrev X-Git-Tag: BASE-SuSE-Linux-11_0-Branch~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f912482a96b518adcb6aea64c43554b14436694;p=platform%2Fupstream%2Fzypper.git - -A shorthand for --no-abbrev --- diff --git a/src/zypper.cc b/src/zypper.cc index 4819430..3805394 100644 --- a/src/zypper.cc +++ b/src/zypper.cc @@ -272,7 +272,7 @@ void Zypper::processGlobalOptions() {"normal-output", no_argument, 0, 0 }, // not implemented currently => ignored {"terse", no_argument, 0, 't'}, - {"no-abbrev", no_argument, 0, 0 }, + {"no-abbrev", no_argument, 0, 'A'}, {"table-style", required_argument, 0, 's'}, {"rug-compatible", no_argument, 0, 'r'}, {"non-interactive", no_argument, 0, 'n'},