From: John Mulligan Date: Wed, 3 Jun 2026 15:27:19 +0000 (-0400) Subject: python-common/ceph/smb/ctl: add a small help text improvement X-Git-Tag: v21.0.1~17^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8ceb277e7e24c7771bfed8a5f844610f089f87b;p=ceph.git python-common/ceph/smb/ctl: add a small help text improvement Make it clearer that a remote TCP server should be addressed with IP address (or hostname) and port. Signed-off-by: John Mulligan --- diff --git a/src/python-common/ceph/smb/ctl/__main__.py b/src/python-common/ceph/smb/ctl/__main__.py index fc853d853b4..db2eb0edd9b 100644 --- a/src/python-common/ceph/smb/ctl/__main__.py +++ b/src/python-common/ceph/smb/ctl/__main__.py @@ -511,7 +511,7 @@ def parse_cli() -> argparse.Namespace: mg.add_argument( '--address', type=str, - help='Address of gRPC server', + help='Location of gRPC server - : for TCP servers', ) mg.add_argument( '--cluster',