summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-11-04 16:00:05 +0100
committerJeremy Allison <jra@samba.org>2016-11-09 06:12:23 +0100
commit82e630dc3585f832ac1c4bb2a0a59063f756e4dc (patch)
treed8cfe8b5648df7de45d041df2aee17d2f265c9b4 /source3/client
parent07505429cc4bb7e56f4dcdcaeb4eabdcd8e550e5 (diff)
downloadsamba-82e630dc3585f832ac1c4bb2a0a59063f756e4dc.tar.gz
s3-client: Sync in tool cmdline help with smbclient manpage
From smbclient manpage: notify <dir name> Query a directory for change notifications. This command issues a recursive filechangenotify call for all possible changes. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Nov 9 06:12:23 CET 2016 on sn-devel-144
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
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 <file>\n");
+ d_printf("notify <dir name>\n");
fail:
TALLOC_FREE(frame);
return 1;