1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

net rpc registry: fix usage message of getvalue.

Michael
(This used to be commit 5dedde7a5b01d47947a8ff49a57e729fe5bfc817)
This commit is contained in:
Michael Adam 2008-05-15 14:38:01 +02:00
parent e1bd2dfe8f
commit 9b920fa1f7

View File

@ -583,7 +583,7 @@ static int rpc_registry_getvalue(struct net_context *c, int argc,
const char **argv)
{
if (argc != 2) {
d_fprintf(stderr, "usage: net rpc registry deletevalue <key> "
d_fprintf(stderr, "usage: net rpc registry getvalue <key> "
"<valuename>\n");
return -1;
}