diff options
author | Atul Kulkarni <atul.kulkarni@in.ibm.com> | 2013-10-04 00:15:19 +0530 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-11-07 14:01:35 -0800 |
commit | 066915f29d20676335a88e93d4148713ec37ace7 (patch) | |
tree | d8980da8d0a7d82ee97975a27a6af3f38ccf4a9a /source3/utils/net_idmap.c | |
parent | a0e217713f6b6b58e0cf2eb5c22f4d58e014c109 (diff) | |
download | samba-066915f29d20676335a88e93d4148713ec37ace7.tar.gz |
net: correct typos in net idmap delete ranges help message
Signed-off-by: Atul Kulkarni <atul.kulkarni@in.ibm.com>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/utils/net_idmap.c')
-rw-r--r-- | source3/utils/net_idmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index de2d50975bb..15e78c6c4b0 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -737,7 +737,7 @@ static void net_idmap_autorid_delete_ranges_usage(void) { d_printf("%s\n%s", _("Usage:"), - _("net idmap delete ranges [-f] [--db=<TDB>] <SID>)\n" + _("net idmap delete ranges [-f] [--db=<TDB>] <SID>\n" " Delete all domain range mappings for a given domain.\n" " -f\tforce\n" " TDB\tidmap database\n" @@ -814,7 +814,7 @@ static int net_idmap_delete(struct net_context *c, int argc, const char **argv) "ranges", net_idmap_autorid_delete_ranges, NET_TRANSPORT_LOCAL, - N_("Delete all domain range mapping for a given " + N_("Delete all domain range mappings for a given " "domain"), N_("net idmap delete ranges <SID>\n" " Delete a domain range mapping") |