From: cuz Date: Mon, 20 Oct 2003 10:02:29 +0000 (+0000) Subject: Help for --linelabels was missing X-Git-Tag: V2.12.0~1243 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bcb652ae839f973f3d8cf3eb125c5c1a33bf73fc;p=cc65 Help for --linelabels was missing git-svn-id: svn://svn.cc65.org/cc65/trunk@2551 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65html/ca65html b/src/ca65html/ca65html index d5fc91915..c9768e747 100755 --- a/src/ca65html/ca65html +++ b/src/ca65html/ca65html @@ -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";