From a1fbb4fe3236b88b208dd31e028629783f0b7d7b Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 11 Nov 2008 21:23:15 +0000 Subject: [PATCH] Add new --tabsize option to usage/help output. git-svn-id: svn://svn.cc65.org/cc65/trunk@3903 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 ba2ce8de1..3d82abaeb 100755 --- a/src/ca65html/ca65html +++ b/src/ca65html/ca65html @@ -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"; } -- 2.39.5