summaryrefslogtreecommitdiff
path: root/help/C
diff options
context:
space:
mode:
authorMike Newman <MikeGTN@src.gnome.org>2003-06-09 18:57:01 +0000
committerMike Newman <MikeGTN@src.gnome.org>2003-06-09 18:57:01 +0000
commit0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e (patch)
treea03abf8160f62763079a451a56d8e4abe5c6f87d /help/C
parent5bade6fe6a14cce50508ee5d510a4560ebe3e421 (diff)
downloadzenity-0e4c879656dcb3a0f4ffbcc65e30b6120f65c05e.tar.gz
Allow multiple file selections.
Diffstat (limited to 'help/C')
-rw-r--r--help/C/zenity.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml
index 37e0fa2..358fb81 100644
--- a/help/C/zenity.xml
+++ b/help/C/zenity.xml
@@ -539,6 +539,21 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><varname>--multiple</varname></term>
+ <listitem>
+ <para>Allow selection of mulitple filename in the File Selection dialog.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>--separator</varname>=SEPARATOR</term>
+ <listitem>
+ <para>Specify the character(s) which will divide between entries in the returned list of file names. The
+ default character is '|'. If you want to specify a newline, use '\n'.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<figure id="zenity-fileselection-screenshot">
@@ -642,8 +657,8 @@
<varlistentry>
<term><varname>--seperator</varname>=SEPERATOR</term>
<listitem>
- <para>Specify what seperator character should be used when the List dialog returns the selected entries. The
- default character is '\'. If you want to specify a newline, use '\n'.
+ <para>Specify what seperator character(s) should be used when the List dialog returns the selected entries. The
+ default character is '|'. If you want to specify a newline, use '\n'.
</para>
</listitem>
</varlistentry>