aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-08-06 21:38:37 +0100
committerJuan J. Martinez <jjm@usebox.net>2019-08-06 21:38:37 +0100
commit09260b3ade51201b99b945cb0d9db7cdcf10d82c (patch)
tree705b27ef58d03310d0690bc9e63c3e9b9364994a /README.md
parent7e64309eda023527a0de6afeef24fb463a229d40 (diff)
downloadz80count-09260b3ade51201b99b945cb0d9db7cdcf10d82c.tar.gz
z80count-09260b3ade51201b99b945cb0d9db7cdcf10d82c.zip
Updated to current CLI
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index c973013..ddd9b37 100644
--- a/README.md
+++ b/README.md
@@ -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