data/make_man.sh: fixed wrong var name in help

used path is actually $UV_PATH not $UG_PATH
This commit is contained in:
Martin Pulec
2023-03-01 09:12:51 +01:00
parent 8dfec2f9ac
commit 59576a6c4e

View File

@@ -132,7 +132,7 @@ usage() {
printf "\tname of man page - specify 'all' generate all manual pages\n"
printf "\n"
printf "environment\n"
printf "\tUG_PATH - path to executables to generate man from (or must be present in \$PATH)\n"
printf "\tUV_PATH - path to executables to generate man from (or must be present in \$PATH)\n"
}
DRY_RUN=