@@ -313,7 +313,7 @@ help_backup(void)
313313
314314printf (_ ("\n Remote options:\n" ));
315315printf (_ (" --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" ));
317317printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
318318printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
319319printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -407,7 +407,7 @@ help_restore(void)
407407
408408printf (_ ("\n Remote options:\n" ));
409409printf (_ (" --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" ));
411411printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
412412printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
413413printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -689,7 +689,7 @@ help_set_config(void)
689689
690690printf (_ ("\n Remote options:\n" ));
691691printf (_ (" --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" ));
693693printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
694694printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
695695printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -736,7 +736,7 @@ help_add_instance(void)
736736printf (_ (" (example: --external-dirs=/tmp/dir1:/tmp/dir2)\n" ));
737737printf (_ ("\n Remote options:\n" ));
738738printf (_ (" --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" ));
740740printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
741741printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
742742printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -786,7 +786,7 @@ help_archive_push(void)
786786
787787printf (_ ("\n Remote options:\n" ));
788788printf (_ (" --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" ));
790790printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
791791printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
792792printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));
@@ -815,7 +815,7 @@ help_archive_get(void)
815815
816816printf (_ ("\n Remote options:\n" ));
817817printf (_ (" --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" ));
819819printf (_ (" --remote-host=hostname remote host address or hostname\n" ));
820820printf (_ (" --remote-port=port remote host port (default: 22)\n" ));
821821printf (_ (" --remote-path=path path to directory with pg_probackup binary on remote host\n" ));