mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
r19354: adjust usage printf for rpcclient's timeout command.
Guenther (This used to be commit fb21c9c58b3867ee2f0831342427b0cd0aa1fd6c)
This commit is contained in:
parent
fb183ebd92
commit
8b31fccafe
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user