update README
This commit is contained in:
parent
2eea113a66
commit
a4ce7e3b66
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue