]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
minor: doc for _autoenv_hash_pair
authorDaniel Hahler <git@thequod.de>
Sat, 9 May 2015 16:25:32 +0000 (18:25 +0200)
committerDaniel Hahler <git@thequod.de>
Sat, 9 May 2015 16:25:32 +0000 (18:25 +0200)
autoenv.zsh

index aa4414125baffc896634f9b0ee6f2b6986ba19ab..0587e2caa082664f5c361c30717bdca3c7af1309 100644 (file)
@@ -149,6 +149,7 @@ _autoenv_debug() {
 
 # Generate hash pair for a given file ($1).
 # A fixed hash value can be given as 2nd arg, but is used with tests only.
+# The format is ":$file:$hash:$version".
 _autoenv_hash_pair() {
   local env_file=${1:A}
   local env_shasum=${2:-}