diff options
author | Christian Ambach <ambi@samba.org> | 2012-03-22 16:49:30 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-03-22 18:41:22 +0100 |
commit | 80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5 (patch) | |
tree | 7220dce1e02c9dc99f1463f2ee1077ca4260a35e /source3/client/client.c | |
parent | ffe884c8db7a3e2c9a3844b55b8075be476a48a8 (diff) | |
download | samba-80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5.tar.gz samba-80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5.tar.xz samba-80cb6e84de0fa5c713bf1ba4c5866cdb1aea15f5.zip |
s3:client correct a wording
Diffstat (limited to 'source3/client/client.c')
-rw-r--r-- | source3/client/client.c | 2 |
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}}, |