[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Wed Nov 9 05:13:02 UTC 2016


The branch, master has been updated
       via  82e630d s3-client: Sync in tool cmdline help with smbclient manpage
      from  0750542 s3-spoolss: Remove printer from registry if it is unpublished

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 82e630dc3585f832ac1c4bb2a0a59063f756e4dc
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Nov 4 16:00:05 2016 +0100

    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 at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Wed Nov  9 06:12:23 CET 2016 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source3/client/client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/client/client.c b/source3/client/client.c
index e7531d3..78862ee 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;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list