bmap-flasher: fix a typo in the warning message
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 6 Nov 2012 08:05:52 +0000 (10:05 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 6 Nov 2012 08:05:52 +0000 (10:05 +0200)
Change-Id: Ie62c1bf5b66f78848da280ee59f5b2f84e44a846
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmap-flasher

index 9e959fa..00a59ef 100755 (executable)
@@ -121,7 +121,7 @@ def main():
 
     start_time = time.time()
     if not args.bmap:
-        log.info("no block map given (see the --bmap option")
+        log.info("no block map given (see the --bmap option)")
         log.info("falling-back to writing entire image to '%s'" % args.bdev)
     else:
         log.info("block map format version %s" % flasher.bmap_version)