summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2019-06-04 02:37:44 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-07-02 04:21:36 +0000
commitdfe32af975ae45782e0d8e1954457e7ad43770af (patch)
tree68ceb3435546664b873e44efd00fabe1acdb25e8 /source3/utils
parent66620567ae325d6c20b0a38c41fa138e902ec8e0 (diff)
downloadsamba-dfe32af975ae45782e0d8e1954457e7ad43770af.tar.gz
net idmap check: correct spelling of --force
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
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 0aa45f742cd..24417a8620f 100644
--- a/source3/utils/net_idmap.c
+++ b/source3/utils/net_idmap.c
@@ -1311,7 +1311,7 @@ static int net_idmap_check(struct net_context *c, int argc, const char **argv)
" --repair,-r\trepair\n"
" --auto,-a\tnoninteractive mode\n"
" --test,-T\tdry run\n"
- " --fore,-f\tforce\n"
+ " --force,-f\tforce\n"
" --lock,-l\tlock db while doing the check\n"
" TDB\tidmap database\n"));
return c->display_usage ? 0 : -1;