mirror of
https://github.com/cc65/cc65.git
synced 2025-04-10 17:37:49 +00:00
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:
parent
d6d807c3db
commit
a1fbb4fe32
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user