Skip to content

Commit ef44c4f

Browse files
author
Michael Paquier
committed
Add missing --verbose/-v option in --help
1 parent 1de877d commit ef44c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pg_rman.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ pgut_help(bool details)
240240
printf(_(" -S, --srvlog-path=PATH location of server log storage area\n"));
241241
printf(_(" -B, --backup-path=PATH location of the backup storage area\n"));
242242
printf(_(" -c, --check show what would have been done\n"));
243+
printf(_(" -v, --verbose output process information\n"));
243244
printf(_("\nBackup options:\n"));
244245
printf(_(" -b, --backup-mode=MODE full, incremental, or archive\n"));
245246
printf(_(" -s, --with-serverlog also backup server log files\n"));

0 commit comments

Comments
 (0)