diff options
Diffstat (limited to 'heimdall/source/FlashAction.cpp')
-rw-r--r-- | heimdall/source/FlashAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/FlashAction.cpp b/heimdall/source/FlashAction.cpp index 1ce8efb..fad4df7 100644 --- a/heimdall/source/FlashAction.cpp +++ b/heimdall/source/FlashAction.cpp @@ -514,7 +514,7 @@ int FlashAction::Execute(int argc, char **argv) map<string, ArgumentType> argumentTypes; - argumentTypes["repartition"] = kArgumentTypeString; + argumentTypes["repartition"] = kArgumentTypeFlag; argumentTypes["no-reboot"] = kArgumentTypeFlag; argumentTypes["delay"] = kArgumentTypeUnsignedInteger; |