aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 5f246af..88439ef 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -49,6 +49,12 @@ BEGIN
dry_run_mode = 1;
END
+OPTION(force,f,,
+ [<proceed even if slave status has not changed>])
+BEGIN
+ force = 1;
+END
+
OPTION(config-file,c,FILE,
[<use FILE instead of the default configuration>])
BEGIN

Return to:

Send suggestions and report system problems to the System administrator.