Skip to content

Commit 2bf1680

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
commands: fix incorrect help text for --write-nodes
Fix the help text for `--write-nodes`. The previous help text was incorrect copy-paste. Signed-off-by: John Mulligan <[email protected]>
1 parent 0f220bc commit 2bf1680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sambacc/commands/ctdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def _ctdb_must_have_node_args(parser: argparse.ArgumentParser) -> None:
340340
parser.add_argument(
341341
"--write-nodes",
342342
action="store_true",
343-
help="Specify node by IP",
343+
help="Write ctdb nodes file based on cluster meta contents",
344344
)
345345

346346

0 commit comments

Comments
 (0)