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