Fix order of check_disk's ignored paths arguments

fixes #9049

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
Louis Sautier 2015-04-15 10:02:16 +02:00 committed by Michael Friedrich
parent 47b61b7f39
commit 5ce1c13d37
1 changed files with 2 additions and 0 deletions

View File

@ -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" = {