We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de877d commit ef44c4fCopy full SHA for ef44c4f
pg_rman.c
@@ -240,6 +240,7 @@ pgut_help(bool details)
240
printf(_(" -S, --srvlog-path=PATH location of server log storage area\n"));
241
printf(_(" -B, --backup-path=PATH location of the backup storage area\n"));
242
printf(_(" -c, --check show what would have been done\n"));
243
+ printf(_(" -v, --verbose output process information\n"));
244
printf(_("\nBackup options:\n"));
245
printf(_(" -b, --backup-mode=MODE full, incremental, or archive\n"));
246
printf(_(" -s, --with-serverlog also backup server log files\n"));
0 commit comments