@@ -89,6 +89,7 @@ help_pg_probackup(void)
89
89
printf (_ (" [--replica-timeout=timeout]\n" ));
90
90
91
91
printf (_ ("\n %s show-config -B backup-dir --instance=instance_name\n" ), PROGRAM_NAME );
92
+ printf (_ (" [--format=format]\n" ));
92
93
93
94
printf (_ ("\n %s backup -B backup-path -b backup-mode --instance=instance_name\n" ), PROGRAM_NAME );
94
95
printf (_ (" [-C] [--stream [-S slot-name]] [--backup-pg-log]\n" ));
@@ -358,7 +359,8 @@ static void
358
359
help_show (void )
359
360
{
360
361
printf (_ ("%s show -B backup-dir\n" ), PROGRAM_NAME );
361
- printf (_ (" [--instance=instance_name [-i backup-id]]\n\n" ));
362
+ printf (_ (" [--instance=instance_name [-i backup-id]]\n" ));
363
+ printf (_ (" [--format=format]\n\n" ));
362
364
363
365
printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
364
366
printf (_ (" --instance=instance_name show info about specific intstance\n" ));
@@ -474,10 +476,12 @@ help_set_config(void)
474
476
static void
475
477
help_show_config (void )
476
478
{
477
- printf (_ ("%s show-config -B backup-dir --instance=instance_name\n\n" ), PROGRAM_NAME );
479
+ printf (_ ("%s show-config -B backup-dir --instance=instance_name\n" ), PROGRAM_NAME );
480
+ printf (_ (" [--format=format]\n\n" ));
478
481
479
482
printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
480
483
printf (_ (" --instance=instance_name name of the instance\n" ));
484
+ printf (_ (" --format=format show format=PLAIN|JSON\n" ));
481
485
}
482
486
483
487
static void
0 commit comments