net: improve help text for "net idmap restore"
authorMichael Adam <obnox@samba.org>
Mon, 9 Sep 2013 14:58:42 +0000 (16:58 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Oct 2013 22:06:28 +0000 (00:06 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/utils/net_idmap.c

index 09535830fe5f0d16447948929504eab0625b6c8f..22fc13c80bb26b46c1dd561fe0c1898328637bff 100644 (file)
@@ -728,7 +728,7 @@ int net_idmap(struct net_context *c, int argc, const char **argv)
                        "restore",
                        net_idmap_restore,
                        NET_TRANSPORT_LOCAL,
-                       N_("Restore entries from stdin"),
+                       N_("Restore entries from a file or stdin"),
                        N_("net idmap restore\n"
                           "  Restore entries from stdin")
                },