[zypp-commit] r7287 - /trunk/zypper/src/zypper.cc
Author: jkupec Date: Tue Sep 18 13:26:04 2007 New Revision: 7287 URL: http://svn.opensuse.org/viewcvs/zypp?rev=7287&view=rev Log: - avoiding the change of the install help (it would break translations) Modified: trunk/zypper/src/zypper.cc Modified: trunk/zypper/src/zypper.cc URL: http://svn.opensuse.org/viewcvs/zypp/trunk/zypper/src/zypper.cc?rev=7287&r1=7286&r2=7287&view=diff ============================================================================== --- trunk/zypper/src/zypper.cc (original) +++ trunk/zypper/src/zypper.cc Tue Sep 18 13:26:04 2007 @@ -289,7 +289,8 @@ {0, 0, 0, 0} }; specific_options = install_options; - //! \todo document --capability after 10.3 is out + //! \todo document --capability and --force after 10.3 is out + // "-f, --force Install even if the item is already installed (reinstall)\n" specific_help = _( // TranslatorExplanation don't translate the resolvable types // (package, patch, pattern, product) or at least leave also their @@ -303,7 +304,6 @@ "-r, --repo <alias> Install resolvables only from repository specified by alias.\n" "-t, --type <type> Type of resolvable (package, patch, pattern, product) (default: package)\n" "-n, --name Select resolvables by plain name, not by capability\n" - "-f, --force Install even if the item is already installed (reinstall)\n" "-l, --auto-agree-with-licenses Automatically say 'yes' to third party license confirmation prompt.\n" " See 'man zypper' for more details.\n" " --debug-solver Create solver test case for debugging\n" -- To unsubscribe, e-mail: zypp-commit+unsubscribe@opensuse.org For additional commands, e-mail: zypp-commit+help@opensuse.org
participants (1)
-
jkupec@svn.opensuse.org