summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/net_idmap.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c
index 4bf6ecd0d6..949a49d19f 100644
--- a/source3/utils/net_idmap.c
+++ b/source3/utils/net_idmap.c
@@ -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",