------------------------------------------------------------
revno: 585
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge.test
timestamp: Fri 2007-07-20 16:19:09 +1000
message:
fixed comment on gettickles
modified:
tools/ctdb.c
ctdb_control.c-20070426122705-9ehj1l5lu2gn9kuj-1
=== modified file 'tools/ctdb.c'
--- a/tools/ctdb.c 2007-07-20 06:05:08 +0000
+++ b/tools/ctdb.c 2007-07-20 06:19:09 +0000
@@ -932,7 +932,7 @@
{ "thaw", control_thaw, true, "thaw all
databases" },
{ "killtcp", kill_tcp, false, "kill a tcp
connection.", "<srcip:port> <dstip:port>" },
{ "tickle", tickle_tcp, false, "send a tcp
tickle ack", "<srcip:port> <dstip:port>" },
- { "gettickles", control_get_tickles, true, "get the list of
tickles registered for this vnn", "<vnn>" },
+ { "gettickles", control_get_tickles, true, "get the list of
registered tickles" },
};
/*