@@ -89,6 +89,7 @@ help_pg_probackup(void)
8989 printf (_ (" [--replica-timeout=timeout]\n" ));
9090
9191 printf (_ ("\n %s show-config -B backup-dir --instance=instance_name\n" ), PROGRAM_NAME );
92+ printf (_ (" [--format=format]\n" ));
9293
9394 printf (_ ("\n %s backup -B backup-path -b backup-mode --instance=instance_name\n" ), PROGRAM_NAME );
9495 printf (_ (" [-C] [--stream [-S slot-name]] [--backup-pg-log]\n" ));
@@ -358,7 +359,8 @@ static void
358359help_show (void )
359360{
360361 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" ));
362364
363365 printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
364366 printf (_ (" --instance=instance_name show info about specific intstance\n" ));
@@ -474,10 +476,12 @@ help_set_config(void)
474476static void
475477help_show_config (void )
476478{
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" ));
478481
479482 printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
480483 printf (_ (" --instance=instance_name name of the instance\n" ));
484+ printf (_ (" --format=format show format=PLAIN|JSON\n" ));
481485}
482486
483487static void
0 commit comments