From 80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Thu, 22 Mar 2012 16:49:30 +0100 Subject: s3:client correct a wording --- 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 9ace7e41a8..87ec3a9969 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4617,7 +4617,7 @@ static struct { {"more",cmd_more," view a remote file with your pager",{COMPL_REMOTE,COMPL_NONE}}, {"mput",cmd_mput," put all matching files",{COMPL_REMOTE,COMPL_NONE}}, {"newer",cmd_newer," only mget files newer than the specified local file",{COMPL_LOCAL,COMPL_NONE}}, - {"notify",cmd_notify,"Get notified by dir changes",{COMPL_REMOTE,COMPL_NONE}}, + {"notify",cmd_notify,"Get notified of dir changes",{COMPL_REMOTE,COMPL_NONE}}, {"open",cmd_open," open a file",{COMPL_REMOTE,COMPL_NONE}}, {"posix", cmd_posix, "turn on all POSIX capabilities", {COMPL_REMOTE,COMPL_NONE}}, {"posix_encrypt",cmd_posix_encrypt," start up transport encryption",{COMPL_REMOTE,COMPL_NONE}}, -- cgit