From: Douglas Bagnall Date: Mon, 3 Jun 2019 14:37:44 +0000 (+1200) Subject: net idmap check: correct spelling of --force X-Git-Tag: ldb-2.0.5~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe32af975ae45782e0d8e1954457e7ad43770af;p=thirdparty%2Fsamba.git net idmap check: correct spelling of --force Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- 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;