diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-08-04 06:58:20 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-08-04 06:59:01 +0100 |
commit | 0db66e1d88e9f877c55e30eb54f1b2431774221c (patch) | |
tree | a6b2b5ac71ad78520645537b03c11e144a63516d /README.md | |
parent | b39f7395fe7b3db804b505c0dee353f228410dcd (diff) | |
download | z80count-0db66e1d88e9f877c55e30eb54f1b2431774221c.tar.gz z80count-0db66e1d88e9f877c55e30eb54f1b2431774221c.zip |
Changed update to not update
This makes updating the comments the default.
Also some changes for PEP8.
Closes issue #10.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ You can use it with: Or inside `vim` you can: - :% !z80count -su + :% !z80count -s With `-s` the tool adds a subtotal to the comments and `-u` tries to update existing comments generated by the tool. |