diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:42:47 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:42:47 +1200 |
commit | 6c8eb40b21906f67661fcc8549b6372aed39e519 (patch) | |
tree | 863c3c4b3e156e618670bb3390b1f0d44f502664 /README.markdown | |
parent | Correct some more README formatting (diff) | |
download | watch-vcs-tags-6c8eb40b21906f67661fcc8549b6372aed39e519.tar.gz (sig) watch-vcs-tags-6c8eb40b21906f67661fcc8549b6372aed39e519.zip |
Correct a program namev1.1
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 |