From 30b362a5fae10589389fccdb9cdb065a70ac4789 Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Sun, 24 Mar 2013 14:12:08 +0200 Subject: [PATCH] entire-flash.py: fix comment --- flight/targets/EntireFlash/entire-flash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/targets/EntireFlash/entire-flash.py b/flight/targets/EntireFlash/entire-flash.py index b60f38005..0863451d1 100644 --- a/flight/targets/EntireFlash/entire-flash.py +++ b/flight/targets/EntireFlash/entire-flash.py @@ -18,7 +18,7 @@ def append(verbose, text, data): offset += len(data) def create_entire_flash(args): - """Generates entire flash image and prints it to stdout""" + """Generates entire flash image, prints image info and writes image to a file""" global image, offset assert args.bl_bank_base is not None