diff options
author | Günther Deschner <gd@samba.org> | 2006-10-16 23:28:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:31 -0500 |
commit | 8b31fccafe3bdae9407d69c0fa5061cfa6ffda3f (patch) | |
tree | 1d20ac0b211137c1ee72082e4cfe22fe0f530da8 /source3/rpcclient | |
parent | fb183ebd9207cac7b98aff9f672c06b0b50609ce (diff) | |
download | samba-8b31fccafe3bdae9407d69c0fa5061cfa6ffda3f.tar.gz samba-8b31fccafe3bdae9407d69c0fa5061cfa6ffda3f.tar.bz2 samba-8b31fccafe3bdae9407d69c0fa5061cfa6ffda3f.zip |
r19354: adjust usage printf for rpcclient's timeout command.
Guenther
(This used to be commit fb21c9c58b3867ee2f0831342427b0cd0aa1fd6c)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index ae04f197ed..ede6120345 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -479,7 +479,7 @@ static struct cmd_set rpcclient_commands[] = { { "seal", RPC_RTYPE_NTSTATUS, cmd_seal, NULL, -1, NULL, "Force RPC pipe connections to be sealed", "" }, { "schannel", RPC_RTYPE_NTSTATUS, cmd_schannel, NULL, -1, NULL, "Force RPC pipe connections to be sealed with 'schannel'. Assumes valid machine account to this domain controller.", "" }, { "schannelsign", RPC_RTYPE_NTSTATUS, cmd_schannel_sign, NULL, -1, NULL, "Force RPC pipe connections to be signed (not sealed) with 'schannel'. Assumes valid machine account to this domain controller.", "" }, - { "timeout", RPC_RTYPE_NTSTATUS, cmd_timeout, NULL, -1, NULL, "Set timeout for RPC operations", "" }, + { "timeout", RPC_RTYPE_NTSTATUS, cmd_timeout, NULL, -1, NULL, "Set timeout (in milliseonds) for RPC operations", "" }, { "none", RPC_RTYPE_NTSTATUS, cmd_none, NULL, -1, NULL, "Force RPC pipe connections to have no special properties", "" }, { NULL } |