From 873ae9c6b7397769b01b23d022d0589ee501618f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 9 Sep 2013 16:58:42 +0200 Subject: net: improve help text for "net idmap restore" 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 09535830fe..22fc13c80b 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -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") }, -- cgit