dbwrap_tool: We don't do "listwatchers" anymore
authorVolker Lendecke <vl@samba.org>
Fri, 24 Aug 2018 13:11:53 +0000 (15:11 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 3 Sep 2018 19:38:40 +0000 (21:38 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon Sep  3 21:38:40 CEST 2018 on sn-devel-144

source3/utils/dbwrap_tool.c

index 5609b6c43d4da4068543bb6e12a57e0f243ac3d4..9c27fdc194691df559bde1685f6fb65db586f442 100644 (file)
@@ -25,7 +25,6 @@
 #include "popt_common.h"
 #include "dbwrap/dbwrap.h"
 #include "dbwrap/dbwrap_open.h"
-#include "dbwrap/dbwrap_watch.h"
 #include "messages.h"
 #include "util_tdb.h"
 
@@ -429,7 +428,7 @@ int main(int argc, const char **argv)
                          "USAGE: %s [options] <database> <op> [<key> [<type> "
                          "[<value>]]]\n"
                          "       ops: fetch, store, delete, exists, "
-                         "erase, listkeys, listwatchers\n"
+                         "erase, listkeys\n"
                          "       types: int32, uint32, string, hex\n",
                         argv[0]);
                goto done;
@@ -501,7 +500,7 @@ int main(int argc, const char **argv)
                d_fprintf(stderr,
                          "ERROR: invalid op '%s' specified\n"
                          "       supported ops: fetch, store, delete, exists, "
-                         "erase, listkeys, listwatchers\n",
+                         "erase, listkeys\n",
                          opname);
                goto done;
        }