From 7f256a740cc43dbaed545cf0d2533cc31a25806b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 8 Dec 2010 00:41:28 +0100 Subject: s3:net: fix the usage for net idmap secret (removing alloc) --- source3/utils/net_idmap.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source3/utils') 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 |alloc \n" - " Set the secret for the specified DOMAIN (or the alloc " - "module)\n")); + d_printf(_("net idmap 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 {|alloc} \n" - " Set secret for specified domain or alloc module") + N_("net idmap secret \n" + " Set secret for specified domain") }, { "aclmapset", -- cgit