diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-08-06 21:38:37 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-08-06 21:38:37 +0100 |
commit | 09260b3ade51201b99b945cb0d9db7cdcf10d82c (patch) | |
tree | 705b27ef58d03310d0690bc9e63c3e9b9364994a /README.md | |
parent | 7e64309eda023527a0de6afeef24fb463a229d40 (diff) | |
download | z80count-09260b3ade51201b99b945cb0d9db7cdcf10d82c.tar.gz z80count-09260b3ade51201b99b945cb0d9db7cdcf10d82c.zip |
Updated to current CLI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -39,12 +39,11 @@ With `-s` the tool adds a subtotal. By default `z80count` will try to update comments replacing existing annotations. -Comments added by `z80count` are aligned to the column given in the -`-c` (`--column`) option (50 by default). By default the comments are -aligned using spaces, if you prefer tabs instead use the `--use-tabs` -option. In order to compute the padding `z80count` assumes that a -`TAB` equals 4 spaces. Use the option `-t` to override this. - +Comments added by `z80count` are aligned to the column given in the `-c` +(`--column`) option (50 by default). By default the comments are aligned using +spaces, if you prefer tabs instead use the `-t` option. In order to compute the +padding `z80count` assumes that a `TAB` equals 8 spaces. Use the +option `-T` to override this. Example: ```asm |