flash-arty: update error message (#203)
authorDan Horák <dan@danny.cz>
Fri, 12 Jun 2020 22:46:28 +0000 (00:46 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 22:46:28 +0000 (08:46 +1000)
Signed-off-by: Dan Horák <dan@danny.cz>
openocd/flash-arty

index 4e848f64e3aae4ffc7143cf8b70cd2f36ea9dc9f..558b92929bb6ab929c67355ce3822188f69ac234 100755 (executable)
@@ -34,7 +34,7 @@ elif args.fpga.lower() == "a100":
 elif args.fpga.lower() == "a200":
         proxy = "bscan_spi_xc7a200t.bit"
 else:
-    print("error: specify a35 or a100 when flashing")
+    print("error: specify a35, a100 or a200 when flashing")
     sys.exit()
 
 proxy = os.path.join(BASE, proxy)