From bcb652ae839f973f3d8cf3eb125c5c1a33bf73fc Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 20 Oct 2003 10:02:29 +0000 Subject: [PATCH] Help for --linelabels was missing git-svn-id: svn://svn.cc65.org/cc65/trunk@2551 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ca65html/ca65html | 1 + 1 file changed, 1 insertion(+) 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";