@@ -132,8 +132,6 @@ help_backup(void)
132
132
printf (_ (" --backup-pg-log backup of pg_log directory\n" ));
133
133
printf (_ (" -j, --threads=NUM number of parallel threads\n" ));
134
134
printf (_ (" --progress show progress\n" ));
135
- printf (_ (" -q, --quiet don't write any messages\n" ));
136
- printf (_ (" -v, --verbose verbose mode\n" ));
137
135
printf (_ (" --delete-expired delete backups expired according to current\n" ));
138
136
printf (_ (" retention policy after successful backup completion\n" ));
139
137
@@ -157,8 +155,6 @@ help_restore(void)
157
155
printf (_ (" -i, --backup-id=backup-id backup to restore\n" ));
158
156
159
157
printf (_ (" --progress show progress\n" ));
160
- printf (_ (" -q, --quiet don't write any messages\n" ));
161
- printf (_ (" -v, --verbose verbose mode\n" ));
162
158
printf (_ (" --time=time time stamp up to which recovery will proceed\n" ));
163
159
printf (_ (" --xid=xid transaction ID up to which recovery will proceed\n" ));
164
160
printf (_ (" --inclusive=boolean whether we stop just after the recovery target\n" ));
@@ -180,8 +176,6 @@ help_validate(void)
180
176
printf (_ (" -i, --backup-id=backup-id backup to validate\n" ));
181
177
182
178
printf (_ (" --progress show progress\n" ));
183
- printf (_ (" -q, --quiet don't write any messages\n" ));
184
- printf (_ (" -v, --verbose verbose mode\n" ));
185
179
printf (_ (" --time=time time stamp up to which recovery will proceed\n" ));
186
180
printf (_ (" --xid=xid transaction ID up to which recovery will proceed\n" ));
187
181
printf (_ (" --inclusive=boolean whether we stop just after the recovery target\n" ));
0 commit comments