From: Stephan Mühlstrasser Date: Sun, 23 Nov 2014 18:43:24 +0000 (+0100) Subject: Clarify help for -o option X-Git-Tag: V2.15~22^2~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1c028c794a86116e9b0a740eaca11fdfb9e5602f;p=cc65 Clarify help for -o option --- diff --git a/src/c1p65/main.c b/src/c1p65/main.c index e4358ddcd..d5e813a3f 100644 --- a/src/c1p65/main.c +++ b/src/c1p65/main.c @@ -27,7 +27,7 @@ static void Usage (void) "Short options:\n" " -V\t\t\tPrint the version number\n" " -h\t\t\tHelp (this text)\n" - " -o name\t\tName the C1P output file (default: )\n" + " -o name\t\tName the C1P output file (default: .c1p)\n" " -S addr\t\tLoad address (default 0x400)\n" "\n" "Long options:\n"