From: Michael Adam Date: Mon, 9 Sep 2013 14:58:05 +0000 (+0200) Subject: net: improve help text for "net idmap dump" X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=01e1794a11f4c4ff78ae63d57eb2de93e8f3798e;p=mat%2Fsamba.git 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 Reviewed-by: Volker Lendecke --- 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") },