diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-08-26 12:12:01 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-08-29 16:06:47 +0200 |
commit | 782902f2171e6f17885928e4b55b32180fd80b18 (patch) | |
tree | 9e91243119152095789dd0329a6731e7e0549e43 /man | |
parent | Merge pull request #28900 from abderrahim/version-info (diff) | |
download | systemd-782902f2171e6f17885928e4b55b32180fd80b18.tar.xz systemd-782902f2171e6f17885928e4b55b32180fd80b18.zip |
id128: add option -P to only show value
We have '-P' in systemctl with similar meaning.
Partially closes https://github.com/systemd/systemd/issues/27514.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-id128.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-id128.xml b/man/systemd-id128.xml index 2211550451..6cb51fa777 100644 --- a/man/systemd-id128.xml +++ b/man/systemd-id128.xml @@ -97,6 +97,14 @@ </varlistentry> <varlistentry> + <term><option>-P</option></term> + <term><option>--value</option></term> + + <listitem><para>Only print the value. May be combined with + <option>-u</option>/<option>--uuid</option>.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-a <replaceable>app-id</replaceable></option></term> <term><option>--app-specific=<replaceable>app-id</replaceable></option></term> |