diff options
author | Mikhail Kasimov <mikhail.kasimov@gmail.com> | 2018-05-10 06:15:55 +0300 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-10 12:15:55 +0900 |
commit | 1a17bac57ade0745525b1ba592c3acc973b1ed74 (patch) | |
tree | 5627bdaf7908242c81ade8fd3ee96ffa0cdaf776 /man/systemd-escape.xml | |
parent | 4f29e0db127dce9e1a28af4d7bf88c124ba257b7 (diff) | |
download | systemd-1a17bac57ade0745525b1ba592c3acc973b1ed74.tar.gz |
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.
Diffstat (limited to 'man/systemd-escape.xml')
-rw-r--r-- | man/systemd-escape.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/systemd-escape.xml b/man/systemd-escape.xml index ed99e7fd97..fc535eb4cd 100644 --- a/man/systemd-escape.xml +++ b/man/systemd-escape.xml @@ -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 |