From 40bad1f583cdccb2f38c23f77673459e0f56b4e4 Mon Sep 17 00:00:00 2001 From: jiangyan <18091841830@163.com> Date: Tue, 24 Sep 2024 14:58:46 +0800 Subject: [PATCH] =?UTF-8?q?gs=5Fprobackup=20help=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/pg_probackup/help.cpp | 1 - 1 file changed, 1 deletion(-) 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"));