[PATCH] Sync smbclient cmdline help with manpage

Jeremy Allison jra at samba.org
Wed Nov 9 01:19:03 UTC 2016


On Tue, Nov 08, 2016 at 01:56:01PM +0100, Andreas Schneider wrote:
> Review and push appreciated!


LGTM - pushed !

> 
> 
> 	Andreas
> 
> 
> -- 
> Andreas Schneider                   GPG-ID: CC014E3D
> Samba Team                             asn at samba.org
> www.samba.org

> From 4b04965d8ef71a9cabdb79b88c4039c3282bb661 Mon Sep 17 00:00:00 2001
> From: Andreas Schneider <asn at samba.org>
> Date: Fri, 4 Nov 2016 16:00:05 +0100
> Subject: [PATCH] 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>
> ---
>  source3/client/client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;
> -- 
> 2.10.1
> 




More information about the samba-technical mailing list