From dfbd2912ccf6cb56c361470d9b7ef7724790c0fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BChlstrasser?= Date: Sun, 23 Nov 2014 19:44:45 +0100 Subject: [PATCH] Fix help text for default start address --- src/c1p65/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c1p65/main.c b/src/c1p65/main.c index d5e813a3f..50edcde88 100644 --- a/src/c1p65/main.c +++ b/src/c1p65/main.c @@ -28,7 +28,7 @@ static void Usage (void) " -V\t\t\tPrint the version number\n" " -h\t\t\tHelp (this text)\n" " -o name\t\tName the C1P output file (default: .c1p)\n" - " -S addr\t\tLoad address (default 0x400)\n" + " -S addr\t\tLoad address (default 0x300)\n" "\n" "Long options:\n" " --help\t\tHelp (this text)\n" -- 2.39.5