diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-06 09:53:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-02-06 09:53:12 +0000 |
commit | 7209271c4660fe2047bf4ae4eed96edb5d803c0e (patch) | |
tree | 6ddae04b305a67c3a66e01888f8b358c735670e1 /urpme | |
parent | febf04d296274e2502f4684b9f7d4b56e874d66e (diff) | |
download | urpmi-7209271c4660fe2047bf4ae4eed96edb5d803c0e.tar urpmi-7209271c4660fe2047bf4ae4eed96edb5d803c0e.tar.gz urpmi-7209271c4660fe2047bf4ae4eed96edb5d803c0e.tar.bz2 urpmi-7209271c4660fe2047bf4ae4eed96edb5d803c0e.tar.xz urpmi-7209271c4660fe2047bf4ae4eed96edb5d803c0e.zip |
Fixes in --help output
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ my $yesexpr = N("Yy"); sub usage { print N("urpme version %s -Copyright (C) 1999-2005 Mandriva. +Copyright (C) 1999-2006 Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. usage: @@ -45,8 +45,8 @@ usage: ") . 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 removal. -") . N(" --noscripts - do not execute package scriptlet(s) -") . N(" --use-distrib - configure urpmi on the fly from a distrib tree, useful +") . N(" --noscripts - do not execute package scriptlet(s). +") . N(" --use-distrib - configure urpme on the fly from a distrib tree, useful to (un)install a chroot with --root option. ") . N(" -v - verbose mode. ") . N(" -a - select all packages matching expression. |