Added an option to the "panel-message" utility
This commit is contained in:
parent
c487de674d
commit
4aac849e5c
|
@ -55,6 +55,7 @@
|
||||||
<arg choice="plain">-Q</arg>
|
<arg choice="plain">-Q</arg>
|
||||||
<arg choice="plain">-W</arg>
|
<arg choice="plain">-W</arg>
|
||||||
</group>
|
</group>
|
||||||
|
<arg choice="opt">-T <replaceable>title</replaceable></arg>
|
||||||
<arg choice="opt">-t <replaceable>timeout</replaceable></arg>
|
<arg choice="opt">-t <replaceable>timeout</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
@ -96,6 +97,13 @@
|
||||||
<para>Display a warning message.</para>
|
<para>Display a warning message.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-T</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>The title to display with the message (default: according to the
|
||||||
|
message type).</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-t</option></term>
|
<term><option>-t</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user