update README

This commit is contained in:
lilydjwg 2014-01-08 21:25:43 +08:00
parent 2eea113a66
commit a4ce7e3b66
1 changed files with 5 additions and 2 deletions

View File

@ -33,7 +33,11 @@ Say you've got a version record file called ``old_ver.txt`` which records all yo
./nvchecker source.ini
Compare the two files for updates (assuming they are sorted alphabetically; files generated by ``nvchecker`` are already sorted)::
See what are updated with ``nvcmp``::
./nvcmp source.ini
Manually compare the two files for updates (assuming they are sorted alphabetically; files generated by ``nvchecker`` are already sorted)::
comm -13 old_ver.txt new_ver.txt
# or say that in English:
@ -141,7 +145,6 @@ Bugs
TODO
====
* Tool to replace the ``join`` command
* Support GitHub tags
Footnotes