From: Amitay Isaacs Date: Fri, 31 Jan 2014 01:46:21 +0000 (+1100) Subject: ctdb-doc: Fix usage string for ctdb readkey/writekey X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=35eb6cb521d54708f0bbba515f645327846b4e70;p=obnox%2Fsamba%2Fsamba-obnox.git ctdb-doc: Fix usage string for ctdb readkey/writekey Signed-off-by: Amitay Isaacs Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Fri Jan 31 07:52:46 CET 2014 on sn-devel-104 --- diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index 7b046c40f4e..d44c3476afe 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -6292,8 +6292,8 @@ static const struct { { "ptrans", control_ptrans, false, false, "update a persistent database (from stdin)", "" }, { "tfetch", control_tfetch, false, true, "fetch a record from a [c]tdb-file [-v]", " []" }, { "tstore", control_tstore, false, true, "store a record (including ltdb header)", " [ ]" }, - { "readkey", control_readkey, true, false, "read the content off a database key", " " }, - { "writekey", control_writekey, true, false, "write to a database key", " " }, + { "readkey", control_readkey, true, false, "read the content off a database key", " " }, + { "writekey", control_writekey, true, false, "write to a database key", " " }, { "checktcpport", control_chktcpport, false, true, "check if a service is bound to a specific tcp port or not", "" }, { "rebalancenode", control_rebalancenode, false, false, "mark nodes as forced IP rebalancing targets", "[]"}, { "getdbseqnum", control_getdbseqnum, false, false, "get the sequence number off a database", "" },