summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-03-22 16:49:30 +0100
committerChristian Ambach <ambi@samba.org>2012-03-22 18:41:22 +0100
commit80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5 (patch)
tree7220dce1e02c9dc99f1463f2ee1077ca4260a35e /source3/client
parentffe884c8db7a3e2c9a3844b55b8075be476a48a8 (diff)
downloadsamba-80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5.tar.gz
samba-80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5.tar.bz2
samba-80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5.zip
s3:client correct a wording
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 9ace7e41a8..87ec3a9969 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -4617,7 +4617,7 @@ static struct {
{"more",cmd_more,"<remote name> view a remote file with your pager",{COMPL_REMOTE,COMPL_NONE}},
{"mput",cmd_mput,"<mask> put all matching files",{COMPL_REMOTE,COMPL_NONE}},
{"newer",cmd_newer,"<file> only mget files newer than the specified local file",{COMPL_LOCAL,COMPL_NONE}},
- {"notify",cmd_notify,"<file>Get notified by dir changes",{COMPL_REMOTE,COMPL_NONE}},
+ {"notify",cmd_notify,"<file>Get notified of dir changes",{COMPL_REMOTE,COMPL_NONE}},
{"open",cmd_open,"<mask> open a file",{COMPL_REMOTE,COMPL_NONE}},
{"posix", cmd_posix, "turn on all POSIX capabilities", {COMPL_REMOTE,COMPL_NONE}},
{"posix_encrypt",cmd_posix_encrypt,"<domain> <user> <password> start up transport encryption",{COMPL_REMOTE,COMPL_NONE}},