diff --git a/src/bin/pg_probackup/help.cpp b/src/bin/pg_probackup/help.cpp index f22612359..564d647e6 100644 --- a/src/bin/pg_probackup/help.cpp +++ b/src/bin/pg_probackup/help.cpp @@ -117,7 +117,6 @@ void help_pg_probackup(void) printf(_(" [--log-rotation-age=log-rotation-age]\n")); printf(_(" [--remote-proto=protocol] [--remote-host=destination]\n")); printf(_(" [--remote-path=path] [--remote-user=username]\n")); - printf(_(" [--remote-port=port] [--ssh-options=ssh_options]\n")); printf(_(" [--remote-libpath=libpath]\n")); printf(_(" [--media-type=type] [--access-id=ak] [--access-key=sk]\n")); printf(_(" [--access-bucket=bucket] [--endpoint=endpoint] [--region=region]\n"));