diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2021-09-04 14:40:16 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2021-09-04 14:40:16 -0700 |
commit | f844291f7dc113c15fda639e4de4dfecbcf35fe3 (patch) | |
tree | 02909b97617da058ebcd3cf2c6657b4cb6dde50b /urpmi.addmedia | |
parent | 6bd66350f373087829e8cfa19a59b8ccea72b98c (diff) | |
download | urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.gz urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.bz2 urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.tar.xz urpmi-f844291f7dc113c15fda639e4de4dfecbcf35fe3.zip |
Document that https is supported
Also, update http:// links to https:// where appropriate.
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 19d23b02..566ca9ec 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -31,7 +31,7 @@ use urpm::util 'member'; sub usage { my $m = shift; my $usage = - #-PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated! + #-PO: The URI types strings 'file:', 'ftp:', 'http:', 'https:', and 'cdrom:' must not be translated! #-PO: neither the ``with''. Only what is between <brackets> can be translated. N("usage: urpmi.addmedia [options] <name> <url> where <url> is one of @@ -39,6 +39,7 @@ where <url> is one of ftp://<login>:<password>\@<host>/<path> ftp://<host>/<path> http://<host>/<path> + https://<host>/<path> cdrom://<path> usage: urpmi.addmedia [options] --distrib --mirrorlist <url> |