Skip to content

Commit 2654810

Browse files
committed
Remove --verbose and --quiet from help
1 parent e6ec0f2 commit 2654810

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

help.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ help_backup(void)
132132
printf(_(" --backup-pg-log backup of pg_log directory\n"));
133133
printf(_(" -j, --threads=NUM number of parallel threads\n"));
134134
printf(_(" --progress show progress\n"));
135-
printf(_(" -q, --quiet don't write any messages\n"));
136-
printf(_(" -v, --verbose verbose mode\n"));
137135
printf(_(" --delete-expired delete backups expired according to current\n"));
138136
printf(_(" retention policy after successful backup completion\n"));
139137

@@ -157,8 +155,6 @@ help_restore(void)
157155
printf(_(" -i, --backup-id=backup-id backup to restore\n"));
158156

159157
printf(_(" --progress show progress\n"));
160-
printf(_(" -q, --quiet don't write any messages\n"));
161-
printf(_(" -v, --verbose verbose mode\n"));
162158
printf(_(" --time=time time stamp up to which recovery will proceed\n"));
163159
printf(_(" --xid=xid transaction ID up to which recovery will proceed\n"));
164160
printf(_(" --inclusive=boolean whether we stop just after the recovery target\n"));
@@ -180,8 +176,6 @@ help_validate(void)
180176
printf(_(" -i, --backup-id=backup-id backup to validate\n"));
181177

182178
printf(_(" --progress show progress\n"));
183-
printf(_(" -q, --quiet don't write any messages\n"));
184-
printf(_(" -v, --verbose verbose mode\n"));
185179
printf(_(" --time=time time stamp up to which recovery will proceed\n"));
186180
printf(_(" --xid=xid transaction ID up to which recovery will proceed\n"));
187181
printf(_(" --inclusive=boolean whether we stop just after the recovery target\n"));

0 commit comments

Comments
 (0)