diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 20:40:13 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 20:40:13 +0000 |
commit | be2b90e229ef012596cb3f1fc426623d64b8bef3 (patch) | |
tree | 108b19c1467cf3a8cd6e2d83ec84ac280bc554f8 /README.md | |
parent | d9f3ea9c1143b0b1c493e69e02d0ef5135cac675 (diff) | |
download | z80count-be2b90e229ef012596cb3f1fc426623d64b8bef3.tar.gz z80count-be2b90e229ef012596cb3f1fc426623d64b8bef3.zip |
typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ You can use it with: Or inside `vim` you can: - :% !z8count.py -su + :% !z80count.py -su With `-s` the tool adds a subtotal to the comments and `-u` tries to update existing comments generated by the tool. |