summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Blain <mail@servc.eu>2021-03-03 04:57:18 +0000
committerMarco Trevisan (TreviƱo) <mail@3v1n0.net>2022-04-25 22:23:40 +0200
commite05030875e9312de661bd9c3ca461ded09a98eb1 (patch)
tree0ea4f2227957f3b8ac93e5bd5ea98fe91f2724d8
parent12d4b906233bed616d54535051e2263716285fac (diff)
downloadlibnotify-e05030875e9312de661bd9c3ca461ded09a98eb1.tar.gz
docs/notify-send: Add missing --app-name description to manual
-rw-r--r--docs/notify-send.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/notify-send.xml b/docs/notify-send.xml
index fefbf1a..c8eb6ef 100644
--- a/docs/notify-send.xml
+++ b/docs/notify-send.xml
@@ -59,6 +59,12 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>-a</option>, <option>--app-name</option>=<replaceable>APP_NAME</replaceable></term>
+ <listitem>
+ <para>Specifies the app name for the notification.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>-A</option>, <option>--action</option>=[<replaceable>NAME</replaceable>=]<replaceable>Text...</replaceable></term>
<listitem>
<para>Specifies the actions to display to the user. Implies <option>--wait</option> to wait for user input. May be set multiple times. The <replaceable>NAME</replaceable> of the action is output to <literal>stdout</literal>. If <replaceable>NAME</replaceable> is not specified, the numerical index of the option is used (starting with <literal>1</literal>).</para>