Fix incorrect macro name in the disk check command

refs #8316
This commit is contained in:
Gunnar Beutner 2015-02-12 09:24:28 +01:00
parent c2e597b494
commit e3edcfddde
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ object CheckCommand "disk" {
}
"-p" = {
value = "$disk_partition$"
value = "$disk_partitions$"
description = "Path or partition (may be repeated)"
repeat_key = true
}