summaryrefslogtreecommitdiff
path: root/debian/patches/01_manpage.patch
blob: 9d4b6a3edf16af5e4a2d8d26a7520e86802905bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
--- trunk/data/zenity.1	2006/03/31 22:49:57	963
+++ trunk/data/zenity.1	2007/05/14 18:18:01	1207
@@ -34,7 +34,7 @@
 .B \-\-error
 Display error dialog
 .TP
-.B \-\-file-selection
+.B \-\-file\-selection
 Display file selection dialog
 .TP
 .B \-\-info
@@ -57,6 +57,9 @@
 .TP
 .B \-\-warning
 Display warning dialog
+.TP
+.B \-\-scale
+Display scale dialog
 
 .PP
 General options
@@ -89,7 +92,7 @@
 .B \-\-year=INT
 Set the calendar year
 .TP
-.B \-\-date-format=STRING
+.B \-\-date-format=PATTERN
 Set the format for the returned date
 
 .PP
@@ -110,6 +113,9 @@
 .TP
 .B \-\-text=STRING
 Set the dialog text
+.TP
+.B \-\-no\-wrap
+Do not enable text wrapping
 
 .PP
 File selection options
@@ -120,14 +126,26 @@
 .B \-\-multiple
 Allow selection of multiple filenames in file selection dialog
 .TP
+.B \-\-directory
+Activate directory-only selection
+.TP
+.B \-\-save
+Activate save mode
+.TP
 .B \-\-separator=SEPARATOR
 Specify separator character when returning multiple filenames
+.TP
+.B \-\-confirm\-overwrite
+Confirm file selection if filename already exists
 
 .PP
 Info options
 .TP
 .B \-\-text=STRING
 Set the dialog text
+.TP
+.B \-\-no\-wrap
+Do not enable text wrapping
 
 .PP
 List options
@@ -148,12 +166,18 @@
 .B \-\-separator=STRING
 Set output separator character
 .TP
+.B \-\-multiple
+Allow multiple rows to be selected
+.TP
 .B \-\-editable
 Allow changes to text
 .TP
 .B \-\-print-column=STRING
 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
+.B \-\-hide\-column=NUMBER
+Hide a specific column
 
 .PP
 Notification options
@@ -161,6 +185,9 @@
 .TP
 .B \-\-text=STRING
 Set the notification text
+.TP
+.B \-\-listen
+Listen for commands on stdin
 
 .PP
 Progress options
@@ -175,13 +202,21 @@
 .B \-\-auto\-close
 Close dialog when 100% has been reached
 .TP
+.B \-\-auto\-kill
+Kill parent process if cancel button is pressed
+.TP
 .B \-\-pulsate
 Pulsate progress bar
- 
+
+.PP
 Question options
+
 .TP
 .B \-\-text=STRING
 Set the dialog text
+.TP
+.B \-\-no\-wrap
+Do not enable text wrapping
 
 .PP
 Text options
@@ -199,6 +234,34 @@
 .TP
 .B \-\-text=STRING
 Set the dialog text
+.TP
+.B \-\-no\-wrap
+Do not enable text wrapping
+
+.PP
+Scale options
+
+.TP
+.B \-\-text=STRING
+Set the dialog text
+.TP
+.B \-\-value=VALUE
+Set initial value
+.TP
+.B \-\-min\-value=VALUE
+Set minimum value
+.TP
+.B \-\-max\-value=VALUE
+Set maximum value
+.TP
+.B \-\-step=VALUE
+Set step size
+.TP
+.B \-\-print\-partial
+Print partial values
+.TP
+.B \-\-hide\-value
+Hide value
 
 .PP
 Miscellaneous options
bgstack15