From 06dcaf18efb2c3d71a7e774bbb7565821d667bd6 Mon Sep 17 00:00:00 2001 From: startling Date: Wed, 5 Dec 2012 05:48:03 -0500 Subject: [PATCH] renamed "--include-bootloader" to "--with-bootloader" --- Partly/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Partly/Common.hs b/Partly/Common.hs index ddfd16b..cc9392f 100644 --- a/Partly/Common.hs +++ b/Partly/Common.hs @@ -40,7 +40,7 @@ parseJsonOptions = JsonOptions & short 'u' & help "Don't prettify the JSON before writing it." ) <*> switch - ( long "include-bootloader" + ( long "with-bootloader" & short 'l' & help "Include the bootloader, base64-encoded." )