From a4ce7e3b66fd05bbc6025787d3ed31e1d65f303a Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Wed, 8 Jan 2014 21:25:43 +0800 Subject: [PATCH] update README --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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