From b0842254f66d93edc3ac92a609fd60584a8f4ee0 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 17 May 2012 02:09:18 +0200 Subject: [PATCH] no sync command, removing from help message --- lpc_prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpc_prog.c b/lpc_prog.c index bd4e0f9..87841d6 100644 --- a/lpc_prog.c +++ b/lpc_prog.c @@ -45,7 +45,7 @@ void help(char *prog_name) " Default oscilator frequency used is 10000 KHz\n" \ " is the (host) serial line used to programm the device\n" \ " is one of:\n" \ - " \t dump, flash, sync, id, blank, go\n" \ + " \t dump, flash, id, blank, go\n" \ " command specific arguments are:\n" \ " \t dump file : dump flash content to 'file'\n" \ " \t flash file : put 'file' to flash, erasing requiered sectors\n" \ -- 2.43.0