diff options
author | Michael Adam <obnox@samba.org> | 2013-09-09 16:58:42 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-10-02 00:06:28 +0200 |
commit | 873ae9c6b7397769b01b23d022d0589ee501618f (patch) | |
tree | 3964f32f873c1ec04893add0e242e55f78cbef08 /source3/utils | |
parent | 01e1794a11f4c4ff78ae63d57eb2de93e8f3798e (diff) | |
download | samba-873ae9c6b7397769b01b23d022d0589ee501618f.tar.gz samba-873ae9c6b7397769b01b23d022d0589ee501618f.tar.bz2 samba-873ae9c6b7397769b01b23d022d0589ee501618f.zip |
net: improve help text for "net idmap restore"
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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") }, |