]> git.sur5r.net Git - cc65/blobdiff - src/ca65html/ca65html
Fixed a bug in the last change. For variables that have no initializer, no
[cc65] / src / ca65html / ca65html
index ba2ce8de105589f0a3ef7fcd6be1e99e4db4779a..3d82abaeb0c7da9286376d482ba4d9602fab28ac 100755 (executable)
@@ -1146,6 +1146,7 @@ sub Usage {
     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";
+    print "  --tabsize n        Use n spaces when replacing tabs (default $TabSize)\n";
     print "  --textcolor c      Use text color c instead of $TextColor\n";
     print "  --verbose          Be more verbose\n";
 }