diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-12-07 13:05:57 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-12-07 13:05:57 +0000 |
commit | 0a3f53ed1c9eb9c6f3c8d82a0baf5e1bcfba461e (patch) | |
tree | e2385b3a419308831dc493a332eb5dcfc45ed56a /urpmq | |
parent | 3987954a99e3098476424288256153291b783bd7 (diff) | |
download | urpmi-0a3f53ed1c9eb9c6f3c8d82a0baf5e1bcfba461e.tar urpmi-0a3f53ed1c9eb9c6f3c8d82a0baf5e1bcfba461e.tar.gz urpmi-0a3f53ed1c9eb9c6f3c8d82a0baf5e1bcfba461e.tar.bz2 urpmi-0a3f53ed1c9eb9c6f3c8d82a0baf5e1bcfba461e.tar.xz urpmi-0a3f53ed1c9eb9c6f3c8d82a0baf5e1bcfba461e.zip |
fix documentation of urpmq --sources
Diffstat (limited to 'urpmq')
-rwxr-xr-x | urpmq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ usage: ") . N(" --list-aliases - list available parallel aliases. ") . N(" --dump-config - dump the config in form of urpmi.addmedia argument. ") . N(" --src - next package is a source package (same as -s). -") . N(" --sources - give all source packages before downloading (root only). +") . N(" --sources - print source URLs of selected packages ") . N(" --force - force invocation even if some packages do not exist. ") . N(" --ignorearch - allow to query rpms for unmatched architectures. ") . N(" --parallel - distributed urpmi across machines of alias. |