summaryrefslogtreecommitdiff
path: root/man/systemd-journal-upload.service.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-08 11:58:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-05-08 11:58:16 +0900
commit767f565fc36c3084a6659e08852b71ab549c4ddb (patch)
tree66ef37d46f888b21d224d3d9f5e3825854c2841c /man/systemd-journal-upload.service.xml
parent691bba5987b4ed5bdfb84eb566e6e099cb19215f (diff)
downloadsystemd-767f565fc36c3084a6659e08852b71ab549c4ddb.tar.gz
man: mention that --url option of journal-upload can specify the port number
Diffstat (limited to 'man/systemd-journal-upload.service.xml')
-rw-r--r--man/systemd-journal-upload.service.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd-journal-upload.service.xml b/man/systemd-journal-upload.service.xml
index 7ead23ed60..141e595400 100644
--- a/man/systemd-journal-upload.service.xml
+++ b/man/systemd-journal-upload.service.xml
@@ -69,13 +69,15 @@
<variablelist>
<varlistentry>
<term><option>-u</option></term>
- <term><option>--url=<optional>https://</optional><replaceable>URL</replaceable></option></term>
- <term><option>--url=<optional>http://</optional><replaceable>URL</replaceable></option></term>
+ <term><option>--url=<optional>https://</optional><replaceable>URL</replaceable>[:<replaceable>PORT</replaceable>]</option></term>
+ <term><option>--url=<optional>http://</optional><replaceable>URL</replaceable>[:<replaceable>PORT</replaceable>]</option></term>
<listitem><para>Upload to the specified
address. <replaceable>URL</replaceable> may specify either
just the hostname or both the protocol and
hostname. <constant>https</constant> is the default.
+ The port number may be specified after a colon (<literal>:</literal>),
+ otherwise <constant>19532</constant> will be used by default.
</para></listitem>
</varlistentry>