summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-22 20:14:13 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-22 20:14:13 +0000
commitc5a6d0c84de27e1c849a0ec45fcf718e52346b13 (patch)
treec7ff7ac144236f0640178296cfd92bf1a517f802 /source3/rpcclient/rpcclient.c
parent1ed8653112f8b26cb107e2c1e872565675ba1465 (diff)
downloadsamba-c5a6d0c84de27e1c849a0ec45fcf718e52346b13.tar.gz
samba-c5a6d0c84de27e1c849a0ec45fcf718e52346b13.tar.bz2
samba-c5a6d0c84de27e1c849a0ec45fcf718e52346b13.zip
the last one. that concludes the removal of all next_token() calls
from rpcclient/cmd_*.c. (This used to be commit ca803c17fa51ace5f2b99b09f5c59893f43ba70d)
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r--source3/rpcclient/rpcclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c
index 4888e720b1..33890749ea 100644
--- a/source3/rpcclient/rpcclient.c
+++ b/source3/rpcclient/rpcclient.c
@@ -200,7 +200,7 @@ commands[] =
{
"shutdown",
cmd_reg_shutdown,
- "[-m message] [-t timeout] [-r or --reboot] Server Shutdown",
+ "[-m message] [-t timeout] [-r or --reboot] [-f or --force-close] Remote Shutdown",
{COMPL_NONE, COMPL_NONE}
},
{