Sfoglia il codice sorgente

gw.py: Small cleanup to post-update instructions.

Keir Fraser 5 anni fa
parent
commit
abd65ccb66
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/gw.py

+ 1 - 1
scripts/gw.py

@@ -329,7 +329,7 @@ def update(args):
     print("** UPDATE FAILED: Please retry!")
     return
   print("Done.")
-  print("** Now remove the Programming Jumper and reconnect.")
+  print("** Disconnect Greaseweazle and remove the Programming Jumper.")
 
 def _main(argv):