From: Volker Lendecke Date: Fri, 24 Aug 2018 13:11:53 +0000 (+0200) Subject: dbwrap_tool: We don't do "listwatchers" anymore X-Git-Tag: tdb-1.3.17~1883 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05e618cbaf5b28e9db7f7e1f47bd98943f71c40a;p=thirdparty%2Fsamba.git dbwrap_tool: We don't do "listwatchers" anymore Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Mon Sep 3 21:38:40 CEST 2018 on sn-devel-144 --- diff --git a/source3/utils/dbwrap_tool.c b/source3/utils/dbwrap_tool.c index 5609b6c43d4..9c27fdc1946 100644 --- a/source3/utils/dbwrap_tool.c +++ b/source3/utils/dbwrap_tool.c @@ -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] [ [ " "[]]]\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; }