diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-08-04 07:02:58 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-08-04 07:02:58 +0100 |
commit | 5b7817484b8bf1d0b52f9c3f8d5e3a3e8b16be46 (patch) | |
tree | 250a6355df2fe0b83343a96bc2946f82fc5a33b6 /README.md | |
parent | 75c5b0457ac2a1511f20ef5bfd5a639579adb7a3 (diff) | |
download | z80count-5b7817484b8bf1d0b52f9c3f8d5e3a3e8b16be46.tar.gz z80count-5b7817484b8bf1d0b52f9c3f8d5e3a3e8b16be46.zip |
Clarified comment
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -35,8 +35,9 @@ Or inside `vim` you can: :% !z80count -s -With `-s` the tool adds a subtotal to the comments trying to update -existing comments generated by the tool. +With `-s` the tool adds a subtotal. + +By default `z80count` will try to update comments replacing existing annotations. Example: ```asm |