diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-21 10:50:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-21 10:50:17 +0000 |
commit | ab02e24b239f0850d4332b65332ff80a949398e2 (patch) | |
tree | 105a0a5c26e094dca1cff9f30209e49d076092e9 | |
parent | 1a17d2bc935911c3f754472e26212b323aebbf6b (diff) | |
download | urpmi-ab02e24b239f0850d4332b65332ff80a949398e2.tar urpmi-ab02e24b239f0850d4332b65332ff80a949398e2.tar.gz urpmi-ab02e24b239f0850d4332b65332ff80a949398e2.tar.bz2 urpmi-ab02e24b239f0850d4332b65332ff80a949398e2.tar.xz urpmi-ab02e24b239f0850d4332b65332ff80a949398e2.zip |
adapt --virtual usage description to its new features
-rwxr-xr-x | urpmi.addmedia | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 897eb1ac..c24759a2 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -64,8 +64,7 @@ and [options] are from ") . N(" --all-media - with --distrib, add every listed media ") . N(" --from - use specified url for list of mirrors, the default is %s -", $urpm::cfg::mirrors) . N(" --virtual - create virtual media wich are always up-to-date, - only file:// protocol is allowed. +", $urpm::cfg::mirrors) . N(" --virtual - create virtual media wich are always up-to-date. ") . N(" --no-md5sum - disable MD5SUM file checking. ") . N(" --nopubkey - don't import pubkey of added media ") . N(" --raw - add the media in config, but don't update it. |