diff options
author | Michael Adam <obnox@samba.org> | 2010-12-08 00:41:28 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-02 12:51:55 +0100 |
commit | 7f256a740cc43dbaed545cf0d2533cc31a25806b (patch) | |
tree | 9e727bca3061365c0f4d7c3000c5bbfc380c2a9e /source3/utils | |
parent | 11016f2a6befc477c631c4f2ed8d9e7e4e250102 (diff) | |
download | samba-7f256a740cc43dbaed545cf0d2533cc31a25806b.tar.gz samba-7f256a740cc43dbaed545cf0d2533cc31a25806b.tar.bz2 samba-7f256a740cc43dbaed545cf0d2533cc31a25806b.zip |
s3:net: fix the usage for net idmap secret (removing alloc)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_idmap.c | 9 |
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", |