Matching the new usage for panel-message
This commit is contained in:
parent
c4b07eb3de
commit
62ea8794c4
|
@ -49,7 +49,12 @@
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>&name;</command>
|
<command>&name;</command>
|
||||||
<arg choice="opt">-T <replaceable>type</replaceable></arg>
|
<group choice="opt">
|
||||||
|
<arg choice="plain">-E</arg>
|
||||||
|
<arg choice="plain">-I</arg>
|
||||||
|
<arg choice="plain">-Q</arg>
|
||||||
|
<arg choice="plain">-W</arg>
|
||||||
|
</group>
|
||||||
<arg choice="opt">-t <replaceable>timeout</replaceable></arg>
|
<arg choice="opt">-t <replaceable>timeout</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
@ -68,9 +73,27 @@
|
||||||
<para>The following options are available:</para>
|
<para>The following options are available:</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-T</option></term>
|
<term><option>-E</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Type of message to display.</para>
|
<para>Display an error message.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-I</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Display an information message.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-Q</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Display a question message.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-W</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Display a warning message.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user