From: Yu Watanabe Date: Tue, 8 May 2018 02:58:16 +0000 (+0900) Subject: man: mention that --url option of journal-upload can specify the port number X-Git-Tag: v239~308^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=767f565fc36c3084a6659e08852b71ab549c4ddb;p=thirdparty%2Fsystemd.git man: mention that --url option of journal-upload can specify the port number --- diff --git a/man/systemd-journal-upload.service.xml b/man/systemd-journal-upload.service.xml index 7ead23ed608..141e595400d 100644 --- a/man/systemd-journal-upload.service.xml +++ b/man/systemd-journal-upload.service.xml @@ -69,13 +69,15 @@ - - + + Upload to the specified address. URL may specify either just the hostname or both the protocol and hostname. https is the default. + The port number may be specified after a colon (:), + otherwise 19532 will be used by default.