aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 22:11:05 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 22:11:05 +0200
commit0012fd18f4b00694753f3c90cce20c1b66ff0e6f (patch)
tree24e9b21787b7ee940663b1dceb1667533ce473f8 /git
parentdf9047f868b874fb88f56505839b934eccabb3e6 (diff)
downloadxutil-0012fd18f4b00694753f3c90cce20c1b66ff0e6f.tar.gz
git-outofdate: Update description
Diffstat (limited to 'git')
-rwxr-xr-xgit/git-outofdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/git-outofdate b/git/git-outofdate
index 83dc7d5..46ad06d 100755
--- a/git/git-outofdate
+++ b/git/git-outofdate
@@ -1,6 +1,6 @@
#!/bin/sh
-# git-uptodate
+# git-uptodate -- find out-of-date repositories
[ -z "$1" ] && { echo usage: $0 dir 1>&2; exit 1; }
find "$1" -type d -name .git |