s3:net: fix the usage for net idmap secret (removing alloc)
authorMichael Adam <obnox@samba.org>
Tue, 7 Dec 2010 23:41:28 +0000 (00:41 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 2 Jan 2011 11:51:55 +0000 (12:51 +0100)
source3/utils/net_idmap.c

index 4bf6ecd0d68ba6a1d49ecb8303d53b5f211eb8c7..949a49d19f16f0c261626f851c6922d2d7e340e1 100644 (file)
@@ -381,9 +381,8 @@ int net_help_idmap(struct net_context *c, int argc, const char **argv)
 
        /* Deliberately *not* document net idmap delete */
 
-       d_printf(_("net idmap secret <DOMAIN>|alloc <secret>\n"
-                  "    Set the secret for the specified DOMAIN (or the alloc "
-                  "module)\n"));
+       d_printf(_("net idmap secret <DOMAIN> <secret>\n"
+                  "    Set the secret for the specified DOMAIN module)\n"));
 
        return -1;
 }
@@ -495,8 +494,8 @@ int net_idmap(struct net_context *c, int argc, const char **argv)
                        net_idmap_secret,
                        NET_TRANSPORT_LOCAL,
                        N_("Set secret for specified domain"),
-                       N_("net idmap secret {<DOMAIN>|alloc} <secret>\n"
-                          "  Set secret for specified domain or alloc module")
+                       N_("net idmap secret <DOMAIN> <secret>\n"
+                          "  Set secret for specified domain")
                },
                {
                        "aclmapset",