]> git.sur5r.net Git - cc65/commitdiff
Help for --linelabels was missing
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 20 Oct 2003 10:02:29 +0000 (10:02 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 20 Oct 2003 10:02:29 +0000 (10:02 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2551 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ca65html/ca65html

index d5fc91915c1032006059a0f0c3b4bf3800631065..c9768e747a1db9cd52e77943e639535220c6696b 100755 (executable)
@@ -1059,6 +1059,7 @@ sub Usage {
     print "  --indexpage        Create an index page\n";
     print "  --indextitle title Use title as the index title instead of $IndexTitle\n";
     print "  --keywordcolor c   Use color c for keywords instead of $KeywordColor\n";
+    print "  --linelabels       Generate a linexxx HTML label for each line\n";
     print "  --linenumbers      Add line numbers to the output\n";
     print "  --linkstyle style  Use the given link style\n";
     print "  --replaceext       Replace source extension instead of appending .html\n";