man: fix journalctl --new-id128 option name (#5786)

--new-id works because it’s an unambiguous prefix, but the full option
name is --new-id128.

(#5381 did the same in one other manpage, but I didn’t check for other
manpages using the abbreviated version back then.)
This commit is contained in:
Lucas Werkmeister 2017-04-24 01:10:25 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 912f003fc3
commit eda8c27fea
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
<citerefentry><refentrytitle>sd-id128</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
<para><citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
<option>--new-id</option> option may be used as a command line
<option>--new-id128</option> option may be used as a command line
front-end for <function>sd_id128_randomize()</function>.</para>
</refsect1>

View File

@ -87,7 +87,7 @@
recommended to be a UUID-compatible ID, but this is not
enforced, and formatted differently. Developers can generate
a new ID for this purpose with <command>journalctl
<option>--new-id</option></command>.
<option>--new-id128</option></command>.
</para>
</listitem>
</varlistentry>