-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
For
$ lxterminal -v
lxterminal 0.4.0
The following patch
- Fixes descriptions of -t and --title in the manual page. Compare it with lxterminal -h.
- Add entries for the help and version options.
--- a/man/lxterminal.xml 2021-06-13 17:27:50.173982416 +0000
+++ b/man/lxterminal.xml 2021-06-13 17:27:08.264651478 +0000
@@ -55,17 +55,24 @@
<listitem> <para>Set the terminal's size in characters and lines.</para>
</listitem>
</varlistentry>
+ <varlistentry> <term> <option>-h</option>
+ <option>--help</option>
+ </term>fixes
+ <listitem> <para>Prints a short help message, and exit.</para>
+ </listitem>
+ </varlistentry>
<varlistentry> <term> <option>-l</option>
<option>--loginshell</option>
</term>
<listitem> <para>Executes login shell.</para>
</listitem>
</varlistentry>
- <varlistentry> <term> <option>-t <replaceable>NAME[,NAME[,NAME[...]]]</replaceable></option>
- <option>--title=<replaceable>NAME[,NAME[,NAME[...]]]</replaceable></option>
+ <varlistentry> <term> <option>-T <replaceable>NAME</replaceable></option>
+ <option>-t <replaceable>NAME</replaceable></option>
+ <option>--title=<replaceable>NAME</replaceable></option>
+ <option>--tabs=<replaceable>NAME,NAME[,NAME[...]]</replaceable></option>
</term>
- <listitem> <para>Set the terminal's title. Use comma for multiple tabs.</para>
+ <listitem> <para>Set the terminal's title. Comma separated multiple titles create multiple tabs only with the <option>--tabs=</option> form.</para>
</listitem>
</varlistentry>
<varlistentry> <term> <option>--working-directory=<replaceable>DIRECTORY</replaceable></option>
@@ -73,6 +80,12 @@
<listitem> <para>Set the terminal's working directory.</para>
</listitem>
</varlistentry>
+ <varlistentry> <term> <option>-v</option>
+ <option>--version</option>
+ </term>
+ <listitem> <para>Prints version information, and exit.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
Metadata
Metadata
Assignees
Labels
No labels