From 801bd3b8ee2807771f83bfe575946ef9f5769948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sat, 13 Jun 2020 00:46:28 +0200 Subject: [PATCH] flash-arty: update error message (#203) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dan HorĂ¡k --- openocd/flash-arty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openocd/flash-arty b/openocd/flash-arty index 4e848f6..558b929 100755 --- a/openocd/flash-arty +++ b/openocd/flash-arty @@ -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)