1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-13 14:58:35 +02:00

Add missing --verbose/-v option in --help

This commit is contained in:
Michael Paquier 2013-12-13 00:41:53 +09:00
parent 1de877d38f
commit ef44c4f347

View File

@ -240,6 +240,7 @@ pgut_help(bool details)
printf(_(" -S, --srvlog-path=PATH location of server log storage area\n")); printf(_(" -S, --srvlog-path=PATH location of server log storage area\n"));
printf(_(" -B, --backup-path=PATH location of the backup storage area\n")); printf(_(" -B, --backup-path=PATH location of the backup storage area\n"));
printf(_(" -c, --check show what would have been done\n")); printf(_(" -c, --check show what would have been done\n"));
printf(_(" -v, --verbose output process information\n"));
printf(_("\nBackup options:\n")); printf(_("\nBackup options:\n"));
printf(_(" -b, --backup-mode=MODE full, incremental, or archive\n")); printf(_(" -b, --backup-mode=MODE full, incremental, or archive\n"));
printf(_(" -s, --with-serverlog also backup server log files\n")); printf(_(" -s, --with-serverlog also backup server log files\n"));