From f844291f7dc113c15fda639e4de4dfecbcf35fe3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 4 Sep 2021 14:40:16 -0700 Subject: Document that https is supported Also, update http:// links to https:// where appropriate. --- urpmi.addmedia | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpmi.addmedia') 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 can be translated. N("usage: urpmi.addmedia [options] where is one of @@ -39,6 +39,7 @@ where is one of ftp://:\@/ ftp:/// http:/// + https:/// cdrom:// usage: urpmi.addmedia [options] --distrib --mirrorlist -- cgit v1.2.1