From: Ján Kupec Date: Wed, 6 Oct 2010 10:53:33 +0000 (+0200) Subject: --clean-deps added to man page X-Git-Tag: 1.5.0~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d339eb452f5844b8da0baf04dba6095ee3f38b2;p=platform%2Fupstream%2Fzypper.git --clean-deps added to man page --- diff --git a/doc/zypper.8 b/doc/zypper.8 index 040fa4d..bbc53e6 100644 --- a/doc/zypper.8 +++ b/doc/zypper.8 @@ -502,6 +502,13 @@ mean removing all packages with unfulfilled requirements. The default behavior is 'force' in the interactive mode and 'no-force' in the non-interactive mode. If this option is specified, it takes the preference. .TP +.I \-u, \-\-clean\-deps +Automatically remove dependencies which become unneeded after removal +of requested packages. +.TP +.I \-U, \-\-no\-clean\-deps +No automatic removal of unneeded dependencies. +.TP .I \-D, \-\-dry\-run Test the removal of packages, do not actually remove anything. This option will add the \-\-test option to the rpm commands run by the remove command.