From: Oliver Schmidt Date: Sat, 15 Apr 2017 21:12:19 +0000 (+0200) Subject: Removed help for non-existent option. X-Git-Tag: V2.17~148 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=18b0aaf9f20229812ad09b87684fe5bc7e06c319;p=cc65 Removed help for non-existent option. --- diff --git a/src/ca65/main.c b/src/ca65/main.c index 3c3daf7f7..fbca2beac 100644 --- a/src/ca65/main.c +++ b/src/ca65/main.c @@ -123,7 +123,6 @@ static void Usage (void) " --large-alignment\t\tDon't warn about large alignments\n" " --listing name\t\tCreate a listing file if assembly was ok\n" " --list-bytes n\t\tMaximum number of bytes per listing line\n" - " --macpack-dir dir\t\tSet a macro package directory\n" " --memory-model model\t\tSet the memory model\n" " --pagelength n\t\tSet the page length for the listing\n" " --relax-checks\t\tRelax some checks (see docs)\n"