From: uz Date: Tue, 11 Nov 2008 21:23:15 +0000 (+0000) Subject: Add new --tabsize option to usage/help output. X-Git-Tag: V2.13.0rc1~352 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a1fbb4fe3236b88b208dd31e028629783f0b7d7b;p=cc65 Add new --tabsize option to usage/help output. git-svn-id: svn://svn.cc65.org/cc65/trunk@3903 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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"; }