summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2009-12-13 18:23:14 +0000
committerLucas Rocha <lucasr@gnome.org>2009-12-13 18:23:14 +0000
commit77d3b7cce74df75afc819894527f8030cba2de32 (patch)
treebe2989aee58d82c70e4e8851ea9cf82002787833
parentBug 603673 - Show correct license in the about dialog (diff)
downloadzenity-77d3b7cce74df75afc819894527f8030cba2de32.tar.gz
zenity-77d3b7cce74df75afc819894527f8030cba2de32.tar.bz2
zenity-77d3b7cce74df75afc819894527f8030cba2de32.zip
[man] Change --print-column expect a NUMBER
-rw-r--r--data/zenity.12
1 files changed, 1 insertions, 1 deletions
diff --git a/data/zenity.1 b/data/zenity.1
index 63e5a151..91201fb3 100644
--- a/data/zenity.1
+++ b/data/zenity.1
@@ -175,7 +175,7 @@ Allow multiple rows to be selected
.B \-\-editable
Allow changes to text
.TP
-.B \-\-print-column=STRING
+.B \-\-print-column=NUMBER
Specify what column to print to standard output. The default is to return
the first column. 'ALL' may be used to print all columns.
.TP
bgstack15