diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 6 |
1 files 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 |