diff options
author | Lucas Rocha <lucasr@gnome.org> | 2009-12-13 18:23:14 +0000 |
---|---|---|
committer | Lucas Rocha <lucasr@gnome.org> | 2009-12-13 18:23:14 +0000 |
commit | 77d3b7cce74df75afc819894527f8030cba2de32 (patch) | |
tree | be2989aee58d82c70e4e8851ea9cf82002787833 | |
parent | 97d7fa636e4f5ee20a53b667d9d27303b951a05d (diff) | |
download | zenity-77d3b7cce74df75afc819894527f8030cba2de32.tar.gz |
[man] Change --print-column expect a NUMBER
-rw-r--r-- | data/zenity.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/zenity.1 b/data/zenity.1 index 63e5a15..91201fb 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 |