]> git.phdru.name Git - git-scripts.git/commitdiff
set-commit-date-repos: fix docstring
authorOleg Broytman <phd@phdru.name>
Sun, 20 Mar 2016 16:41:05 +0000 (19:41 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 20 Mar 2016 16:41:05 +0000 (19:41 +0300)
set-commit-date-repos

index 41f1686c79f7a4b167df200c790e0cb912d3b3d4..69b4aed98950da0c1cef8f93fb946282945c3d32 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Call set-commit-date on all repositories.
+# Call set-commit-date-recursive on all repositories.
 
 cd "`dirname \"$0\"`" &&
 prog_dir="`pwd`" &&