net rpc registry: fix usage message of getvalue.
authorMichael Adam <obnox@samba.org>
Thu, 15 May 2008 12:38:01 +0000 (14:38 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 15 May 2008 15:17:55 +0000 (17:17 +0200)
Michael

source/utils/net_rpc_registry.c

index 8832ad96f3737fccd370e54e5c501693b06805e8..fa16a9600957ff901a6d53a1be47ffba16dc3295 100644 (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;
        }