summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Muszytowski <sebastian@muszytowski.net>2016-02-27 21:18:57 +0100
committerSebastian Muszytowski <sebastian@muszytowski.net>2016-02-27 21:18:57 +0100
commitb76109c662c9080801d8151cf64aff02a23bf978 (patch)
tree8d619a53fc9d73242b9bf1232bfa5bf3ea293d04
parenteb89bd002c5af7612f2aa24881312711667dcc3e (diff)
fixed start output of flasher.py
-rw-r--r--utilities/flasher.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/utilities/flasher.py b/utilities/flasher.py
index 67f8c08..b39d913 100644
--- a/utilities/flasher.py
+++ b/utilities/flasher.py
@@ -62,8 +62,7 @@ def printError():
flash_command = sys.argv[1]
-print colored("Using the following command to flash: ", "green")
-print flash_command
+print colored("Using the following command to flash: %s" % flash_command, "green")
while True:
print colored("Press any key to continue or 'q' to quit.","yellow")