]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-scripts: Fix usage message
authorMartin Schwenke <mschwenke@ddn.com>
Thu, 6 Jul 2023 03:37:03 +0000 (13:37 +1000)
committerVolker Lendecke <vl@samba.org>
Thu, 30 May 2024 11:42:30 +0000 (11:42 +0000)
An IP address is passed to these actions.

Reported-by: Arnab Tah <atah@ddn.com>
Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
ctdb/doc/examples/nfs-ganesha-callout

index d78e48f9939a1ee6dd7ad5d1bcf4c5e837b086a5..074ec73bc446c29cd5ec2d3457c5975143aa2c68 100755 (executable)
@@ -72,7 +72,7 @@ usage()
        cat <<EOF
 usage: $_c { shutdown | startup }
        $_c { stop | start | check } nfs
-       $_c { releaseip | takeip }
+       $_c { releaseip | takeip } <iface> <ip> <maskbits>
        $_c { monitor-list-shares }
 EOF
        exit 1