diff options
Diffstat (limited to 'utilities/flasher.py')
-rw-r--r-- | utilities/flasher.py | 3 |
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") |