From: Oleg Broytman Date: Sun, 20 Mar 2016 16:41:05 +0000 (+0300) Subject: set-commit-date-repos: fix docstring X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=b02085f1af2c96e88737dc8d02b1dd9a5d214b30 set-commit-date-repos: fix docstring --- diff --git a/set-commit-date-repos b/set-commit-date-repos index 41f1686..69b4aed 100755 --- a/set-commit-date-repos +++ b/set-commit-date-repos @@ -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`" &&