@@ -313,7 +313,7 @@ help_backup(void)
313
313
314
314
printf (_ ("\n Remote options:\n" ));
315
315
printf (_ (" --remote-proto=protocol remote protocol to use\n" ));
316
- printf (_ (" available options: 'ssh', 'none' (default: none )\n" ));
316
+ printf (_ (" available options: 'ssh', 'none' (default: ssh )\n" ));
317
317
printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
318
318
printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
319
319
printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -407,7 +407,7 @@ help_restore(void)
407
407
408
408
printf (_ ("\n Remote options:\n" ));
409
409
printf (_ (" --remote-proto=protocol remote protocol to use\n" ));
410
- printf (_ (" available options: 'ssh', 'none' (default: none )\n" ));
410
+ printf (_ (" available options: 'ssh', 'none' (default: ssh )\n" ));
411
411
printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
412
412
printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
413
413
printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -689,7 +689,7 @@ help_set_config(void)
689
689
690
690
printf (_ ("\n Remote options:\n" ));
691
691
printf (_ (" --remote-proto=protocol remote protocol to use\n" ));
692
- printf (_ (" available options: 'ssh', 'none' (default: none )\n" ));
692
+ printf (_ (" available options: 'ssh', 'none' (default: ssh )\n" ));
693
693
printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
694
694
printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
695
695
printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -736,7 +736,7 @@ help_add_instance(void)
736
736
printf (_ (" (example: --external-dirs=/tmp/dir1:/tmp/dir2)\n" ));
737
737
printf (_ ("\n Remote options:\n" ));
738
738
printf (_ (" --remote-proto=protocol remote protocol to use\n" ));
739
- printf (_ (" available options: 'ssh', 'none' (default: none )\n" ));
739
+ printf (_ (" available options: 'ssh', 'none' (default: ssh )\n" ));
740
740
printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
741
741
printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
742
742
printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -786,7 +786,7 @@ help_archive_push(void)
786
786
787
787
printf (_ ("\n Remote options:\n" ));
788
788
printf (_ (" --remote-proto=protocol remote protocol to use\n" ));
789
- printf (_ (" available options: 'ssh', 'none' (default: none )\n" ));
789
+ printf (_ (" available options: 'ssh', 'none' (default: ssh )\n" ));
790
790
printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
791
791
printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
792
792
printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -815,7 +815,7 @@ help_archive_get(void)
815
815
816
816
printf (_ ("\n Remote options:\n" ));
817
817
printf (_ (" --remote-proto=protocol remote protocol to use\n" ));
818
- printf (_ (" available options: 'ssh', 'none' (default: none )\n" ));
818
+ printf (_ (" available options: 'ssh', 'none' (default: ssh )\n" ));
819
819
printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
820
820
printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
821
821
printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
0 commit comments