From 6c8eb40b21906f67661fcc8549b6372aed39e519 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 4 Aug 2017 17:42:47 +1200 Subject: Correct a program name --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 2640013..87e8c7c 100644 --- a/README.markdown +++ b/README.markdown @@ -5,9 +5,9 @@ Scripts that given a list of repository roots as arguments look for new tags available on remote systems, and report the repository name and a tab-indented list of new tags, if any. -Presently only `git` is implemented (well, published). This is all implemented -in POSIX `sh`, but does require a `mktemp(1)` implementation that supports the -`-d` option to create temporary directories. +Presently only `watch-git-tags` is implemented (well, published). This is all +implemented in POSIX `sh`, but does require a `mktemp(1)` implementation that +supports the `-d` option to create temporary directories. $ watch-git-tags ~/.local/src/ed/vim /home/tom/.local/src/ed/vim -- cgit v1.2.3