From: cuz Date: Thu, 22 Jun 2000 11:45:01 +0000 (+0000) Subject: Fixed usage text X-Git-Tag: V2.12.0~3413 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=553063a498ca83401fbc963d44af5a7eef66b048;p=cc65 Fixed usage text git-svn-id: svn://svn.cc65.org/cc65/trunk@100 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/main.c b/src/cc65/main.c index 0b0388bf0..3072cdb57 100644 --- a/src/cc65/main.c +++ b/src/cc65/main.c @@ -101,7 +101,7 @@ static void Usage (void) " -A\t\t\tStrict ANSI mode\n" " -Cl\t\t\tMake local variables static\n" " -Dsym[=defn]\t\tDefine a symbol\n" - " -I path\t\tSet an include directory search path\n" + " -I dir\t\tSet an include directory search path\n" " -O\t\t\tOptimize code\n" " -Oi\t\t\tOptimize code, inline more code\n" " -Or\t\t\tEnable register variables\n"