From 4f6ad9af3f1007e63af227123c49417ebf1d48da Mon Sep 17 00:00:00 2001 From: Alberto Fanjul Date: Mon, 28 Sep 2020 20:42:20 +0200 Subject: [PATCH] Help for write command --- prog4/consoleiface/input.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog4/consoleiface/input.go b/prog4/consoleiface/input.go index 20a9875..e99939b 100644 --- a/prog4/consoleiface/input.go +++ b/prog4/consoleiface/input.go @@ -395,7 +395,7 @@ func cmdSPIWrite(m *Manager, argv []string) { } if len(argv) < 3 { - fmt.Println("please specify the range: read [jc] [start=0x6000] [size=0x0100] [outfile=stdout]") + fmt.Println("please specify the range: write [jc] [start=0x6000] [size=0x02] [byte=0x00] [byte=0x00]]") return }