diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-20 09:28:47 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-20 09:28:47 +0000 |
commit | ca68ed36912a40e2ae66f8833c3f8c2ebd4a468b (patch) | |
tree | 153d0bc4300a64d6053d977f151e35cd07fbcd11 /urpme | |
parent | 422e2227dd9b627cada9e9501586c1e1ab8f6956 (diff) | |
download | urpmi-ca68ed36912a40e2ae66f8833c3f8c2ebd4a468b.tar urpmi-ca68ed36912a40e2ae66f8833c3f8c2ebd4a468b.tar.gz urpmi-ca68ed36912a40e2ae66f8833c3f8c2ebd4a468b.tar.bz2 urpmi-ca68ed36912a40e2ae66f8833c3f8c2ebd4a468b.tar.xz urpmi-ca68ed36912a40e2ae66f8833c3f8c2ebd4a468b.zip |
String changes
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,10 +40,10 @@ This is free software and may be redistributed under the terms of the GNU GPL. usage: ", $urpm::VERSION) . N(" --help - print this help message. ") . N(" --auto - automatically select a package in choices. -") . N(" --test - verify if the installation can be achieved correctly. +") . N(" --test - verify if the removal can be achieved correctly. ") . N(" --force - force invocation even if some packages do not exist. ") . N(" --parallel - distributed urpmi across machines of alias. -") . N(" --root - use another root for rpm installation. +") . N(" --root - use another root for rpm removal. ") . N(" --use-distrib - configure urpmi on the fly from a distrib tree, useful to (un)install a chroot with --root option. ") . N(" -v - verbose mode. |