]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - autoenv.zsh
minor: doc for _autoenv_hash_pair
[zsh-autoenv.git] / 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:-}