diff options
author | Michael Adam <obnox@samba.org> | 2013-09-09 16:58:05 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-10-02 00:06:28 +0200 |
commit | 01e1794a11f4c4ff78ae63d57eb2de93e8f3798e (patch) | |
tree | 1c5e305c6445d2079c0d88c4b024c2da03b28149 /source3/utils | |
parent | 4d0d348994e7e5322618aad891de57d223b8e10f (diff) | |
download | samba-01e1794a11f4c4ff78ae63d57eb2de93e8f3798e.tar.gz samba-01e1794a11f4c4ff78ae63d57eb2de93e8f3798e.tar.bz2 samba-01e1794a11f4c4ff78ae63d57eb2de93e8f3798e.zip |
net: improve help text for "net idmap dump"
With idmap autorid "dump ID mappings" is not precise enough any more.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index fbeca3eeaa..09535830fe 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -720,7 +720,7 @@ int net_idmap(struct net_context *c, int argc, const char **argv) "dump", net_idmap_dump, NET_TRANSPORT_LOCAL, - N_("Dump the current ID mappings"), + N_("Dump the current ID mapping database"), N_("net idmap dump\n" " Dump the current ID mappings") }, |