Add new --tabsize option to usage/help output.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3903 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1146,6 +1146,7 @@ sub Usage {
|
|||||||
print " --linenumbers Add line numbers to the output\n";
|
print " --linenumbers Add line numbers to the output\n";
|
||||||
print " --linkstyle style Use the given link style\n";
|
print " --linkstyle style Use the given link style\n";
|
||||||
print " --replaceext Replace source extension instead of appending .html\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 " --textcolor c Use text color c instead of $TextColor\n";
|
||||||
print " --verbose Be more verbose\n";
|
print " --verbose Be more verbose\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user