]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
python-common/ceph/smb/ctl: add a small help text improvement
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 3 Jun 2026 15:27:19 +0000 (11:27 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 4 Jun 2026 13:57:09 +0000 (09:57 -0400)
Make it clearer that a remote TCP server should be addressed with
IP address (or hostname) and port.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/python-common/ceph/smb/ctl/__main__.py

index fc853d853b47955d48f4f490536b54dd2efd9688..db2eb0edd9b2509a9c6cf18748dd1832674ba529 100644 (file)
@@ -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 - <host_or_addr>:<port> for TCP servers',
     )
     mg.add_argument(
         '--cluster',