From 5f75698cb21f1e7090d327d863b8e26c63f066ea Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 6 Jul 2016 17:19:05 +0200 Subject: scripts: restore-factory: fix usage message "-f" was not mentioned in the help message. --- scripts/restore-factory | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/restore-factory b/scripts/restore-factory index 4df30b6..cd43767 100755 --- a/scripts/restore-factory +++ b/scripts/restore-factory @@ -99,8 +99,9 @@ function unlock_save_dyn { print_usage() { echo "Usage :" - echo " $0 [-h]" + echo " $0 [-h] [-f]" echo " -h : show this help" + echo " -f : force restore, disable any question" echo "" echo "Return codes :" echo " 0 : success" -- 1.7.12.1