@@ -132,8 +132,6 @@ help_backup(void)
132132printf (_ (" --backup-pg-log backup of pg_log directory\n" ));
133133printf (_ (" -j, --threads=NUM number of parallel threads\n" ));
134134printf (_ (" --progress show progress\n" ));
135- printf (_ (" -q, --quiet don't write any messages\n" ));
136- printf (_ (" -v, --verbose verbose mode\n" ));
137135printf (_ (" --delete-expired delete backups expired according to current\n" ));
138136printf (_ (" retention policy after successful backup completion\n" ));
139137
@@ -157,8 +155,6 @@ help_restore(void)
157155printf (_ (" -i, --backup-id=backup-id backup to restore\n" ));
158156
159157printf (_ (" --progress show progress\n" ));
160- printf (_ (" -q, --quiet don't write any messages\n" ));
161- printf (_ (" -v, --verbose verbose mode\n" ));
162158printf (_ (" --time=time time stamp up to which recovery will proceed\n" ));
163159printf (_ (" --xid=xid transaction ID up to which recovery will proceed\n" ));
164160printf (_ (" --inclusive=boolean whether we stop just after the recovery target\n" ));
@@ -180,8 +176,6 @@ help_validate(void)
180176printf (_ (" -i, --backup-id=backup-id backup to validate\n" ));
181177
182178printf (_ (" --progress show progress\n" ));
183- printf (_ (" -q, --quiet don't write any messages\n" ));
184- printf (_ (" -v, --verbose verbose mode\n" ));
185179printf (_ (" --time=time time stamp up to which recovery will proceed\n" ));
186180printf (_ (" --xid=xid transaction ID up to which recovery will proceed\n" ));
187181printf (_ (" --inclusive=boolean whether we stop just after the recovery target\n" ));