]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention that --url option of journal-upload can specify the port number
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 May 2018 02:58:16 +0000 (11:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 May 2018 02:58:16 +0000 (11:58 +0900)
man/systemd-journal-upload.service.xml

index 7ead23ed6080f86c3e12132c54f75aadf67305fe..141e595400d86897f45b7e6aebda2997eeb259e6 100644 (file)
     <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>