]> git.sur5r.net Git - cc65/commitdiff
Fixed the help text
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Sep 2000 12:06:04 +0000 (12:06 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Sep 2000 12:06:04 +0000 (12:06 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@318 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cl65/main.c

index 929bb8d1744db85d81ea37424d5c64cdf8acc21c..8b9fe029a714b057f378595f5b668382ff930016 100644 (file)
@@ -549,7 +549,7 @@ static void Usage (void)
                     "  -d\t\t\tDebug mode\n"
                     "  -g\t\t\tAdd debug info\n"
                     "  -h\t\t\tHelp (this text)\n"
-                    "  -l\t\t\tCreate a listing if assembly was ok\n"
+                    "  -l\t\t\tCreate an assembler listing\n"
                     "  -m name\t\tCreate a map file\n"
                     "  -o name\t\tName the output file\n"
                     "  -t sys\t\tSet the target system\n"
@@ -564,7 +564,7 @@ static void Usage (void)
             "  --feature name\tSet an emulation feature\n"
                     "  --help\t\tHelp (this text)\n"
                     "  --include-dir dir\tSet a compiler include directory path\n"
-                    "  --listing\t\tCreate a listing if assembly was ok\n"
+                    "  --listing\t\tCreate an assembler listing\n"
             "  --mapfile name\tCreate a map file\n"
                     "  --start-addr addr\tSet the default start address\n"
                     "  --target sys\t\tSet the target system\n"