diff options
author | Glynn Foster <glynn.foster@sun.com> | 2004-07-19 01:01:28 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2004-07-19 01:01:28 +0000 |
commit | ffaed088561e8c0a085fd2797543aaef65419f0c (patch) | |
tree | f1b9c6773cb568195fd5c9b2384dc20f08b1a2e0 /help/C/zenity.xml | |
parent | Remove duplicate locale.h include. Patch from Leonardo Boshell. Partly (diff) | |
download | zenity-ffaed088561e8c0a085fd2797543aaef65419f0c.tar.gz zenity-ffaed088561e8c0a085fd2797543aaef65419f0c.tar.bz2 zenity-ffaed088561e8c0a085fd2797543aaef65419f0c.zip |
Add new option for --print-column, based on a patch by Paul Bolle. Fixes
2004-07-19 Glynn Foster <glynn.foster@sun.com>
* src/main.c, src/tree.c, src/zenity.h,
help/C/zenity.xml: Add new option for --print-column, based
on a patch by Paul Bolle. Fixes #144496.
Diffstat (limited to 'help/C/zenity.xml')
-rw-r--r-- | help/C/zenity.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml index f65de69b..4dc745d6 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -653,6 +653,15 @@ </listitem> </varlistentry> + <varlistentry> + <term><varname>--print-column</varname>=COLUMN</term> + <listitem> + <para>Specifies what column should be printed to standard output. The default is to return + the first column. 'ALL' may be specified to print out all columns. + </para> + </listitem> + </varlistentry> + </variablelist> <para> |