From 82e630dc3585f832ac1c4bb2a0a59063f756e4dc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 4 Nov 2016 16:00:05 +0100 Subject: s3-client: Sync in tool cmdline help with smbclient manpage From smbclient manpage: notify Query a directory for change notifications. This command issues a recursive filechangenotify call for all possible changes. Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Wed Nov 9 06:12:23 CET 2016 on sn-devel-144 --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index e7531d347aa..78862eecc67 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4162,7 +4162,7 @@ static int cmd_notify(void) TALLOC_FREE(changes); } usage: - d_printf("notify \n"); + d_printf("notify \n"); fail: TALLOC_FREE(frame); return 1; -- cgit v1.2.1