mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: systemd-escape: add missed short keys (#8944)
Added short keys -u and -m for --unescape and --mangle respectively. These short keys are present in systemd-escape --help output and are absent in man systemd-escape page.
This commit is contained in:
parent
4f29e0db12
commit
1a17bac57a
@ -109,6 +109,7 @@
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--unescape</option></term>
|
||||
<term><option>-u</option></term>
|
||||
|
||||
<listitem><para>Instead of escaping the specified strings,
|
||||
undo the escaping, reversing the operation. May not be used in
|
||||
@ -119,6 +120,7 @@
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--mangle</option></term>
|
||||
<term><option>-m</option></term>
|
||||
|
||||
<listitem><para>Like <option>--escape</option>, but only
|
||||
escape characters that are obviously not escaped yet, and
|
||||
|
Loading…
Reference in New Issue
Block a user