diff options
author | Luke Leighton <lkcl@samba.org> | 1999-03-01 16:01:45 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-03-01 16:01:45 +0000 |
commit | 2dd4c985c00c71c19c5360bb13c338f477cfd91a (patch) | |
tree | 434986a47412fcec59fcdc099b09776f808f7769 /source3/rpcclient/rpcclient.c | |
parent | 30e1b45efaca92b4ce1e88d5b218e5595b31352e (diff) | |
download | samba-2dd4c985c00c71c19c5360bb13c338f477cfd91a.tar.gz samba-2dd4c985c00c71c19c5360bb13c338f477cfd91a.tar.bz2 samba-2dd4c985c00c71c19c5360bb13c338f477cfd91a.zip |
improving syntax / useability of rpcclient "shutdown" command:
rpcclient [-m messsage] [-t timeout] [-r or --reboot].
(This used to be commit 8b859797aaa1b88cb1a932fed97b4c3ea2dbdde2)
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 0b418b8c53..d0ec68019b 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -109,7 +109,7 @@ struct {"regenum", cmd_reg_enum, "<keyname> Registry Enumeration (keys, values)"}, {"regdeletekey",cmd_reg_delete_key, "<keyname> Registry Key Delete"}, {"regcreatekey",cmd_reg_create_key, "<keyname> [keyclass] Registry Key Create"}, - {"shutdown",cmd_reg_shutdown, "[message] [timeout] Server Shutdown"}, + {"shutdown",cmd_reg_shutdown, "[-m message] [-t timeout] [-r or --reboot] Server Shutdown"}, {"regquerykey",cmd_reg_query_key, "<keyname> Registry Key Query"}, {"regdeleteval",cmd_reg_delete_val, "<valname> Registry Value Delete"}, {"regcreateval",cmd_reg_create_val, "<valname> <valtype> <value> Registry Key Create"}, @@ -747,7 +747,7 @@ enum client_action } else { - pwd_read(&(smb_cli->pwd), "Enter Password:", True); + pwd_read(&(smb_cli->pwd), "Enter Password:", False); } /* paranoia: destroy the local copy of the password */ |