From: Ján Kupec Date: Mon, 27 Jul 2009 10:23:57 +0000 (+0200) Subject: Fixed 'help update' (bnc #458959). X-Git-Tag: 1.2.6~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3afd0f2e1304e4f55a3b2e870fb067ad150397cb;p=platform%2Fupstream%2Fzypper.git Fixed 'help update' (bnc #458959). --- diff --git a/src/Zypper.cc b/src/Zypper.cc index 9f2ee60..46751fb 100644 --- a/src/Zypper.cc +++ b/src/Zypper.cc @@ -1526,7 +1526,7 @@ void Zypper::processCommandOptions() _command_help = str::form(_( // TranslatorExplanation the first %s = "package, patch, pattern, product" // and the second %s = "patch" - "update (up) [options] ...\n" + "update (up) [options] [packagename] ...\n" "\n" "Update all or specified installed packages with newer versions, if possible.\n" "\n"