s3-client: Sync in tool cmdline help with smbclient manpage
authorAndreas Schneider <asn@samba.org>
Fri, 4 Nov 2016 15:00:05 +0000 (16:00 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 9 Nov 2016 05:12:23 +0000 (06:12 +0100)
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

source3/client/client.c

index e7531d347aa9f7da3b92b2766490f8f642364dba..78862eecc6710ddc75e828fe1fc303cd73b588d9 100644 (file)
@@ -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;