From 5ce1c13d37f1add4ebfaeac90dd59e8b4fb20a47 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Wed, 15 Apr 2015 10:02:16 +0200 Subject: [PATCH] Fix order of check_disk's ignored paths arguments fixes #9049 Signed-off-by: Michael Friedrich --- itl/command-plugins.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 6bf7dcca3..5da777ee0 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -578,12 +578,14 @@ object CheckCommand "disk" { value = "$disk_ignore_eregi_path$" description = "Regular expression to ignore selected path/partition (case insensitive) (may be repeated)" repeat_key = true + order = 2 } "-i" = { value = "$disk_ignore_ereg_path$" description = "Regular expression to ignore selected path or partition (may be repeated)" repeat_key = true + order = 2 } "-t" = { -- 2.40.0