From 01e1794a11f4c4ff78ae63d57eb2de93e8f3798e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 9 Sep 2013 16:58:05 +0200 Subject: 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 --- source3/utils/net_idmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') 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") }, -- cgit