From e0e84b2f7a28bd188f104f51a845dc4ed8a9b7ea Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sat, 1 Dec 2012 03:09:33 +1100 Subject: Fixed --repartition flag parsing bug. --- heimdall/source/FlashAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heimdall/source/FlashAction.cpp') 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 argumentTypes; - argumentTypes["repartition"] = kArgumentTypeString; + argumentTypes["repartition"] = kArgumentTypeFlag; argumentTypes["no-reboot"] = kArgumentTypeFlag; argumentTypes["delay"] = kArgumentTypeUnsignedInteger; -- cgit v1.1