net: improve help text for "net idmap dump"
authorMichael Adam <obnox@samba.org>
Mon, 9 Sep 2013 14:58:05 +0000 (16:58 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Oct 2013 08:49:20 +0000 (10:49 +0200)
With idmap autorid "dump ID mappings" is not precise enough any more.

Signed-off-by: Michael Adam <obnox@samba.org>
source3/utils/net_idmap.c

index fbeca3eeaa07c898f4825e9d473bdf557562e802..09535830fe5f0d16447948929504eab0625b6c8f 100644 (file)
@@ -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")
                },