summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_idmap.c2
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")
},