From 09260b3ade51201b99b945cb0d9db7cdcf10d82c Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 6 Aug 2019 21:38:37 +0100 Subject: Updated to current CLI --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3