diff --git a/README.rst b/README.rst index ba3e746..0474452 100644 --- a/README.rst +++ b/README.rst @@ -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