1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-06-03 15:00:50 +00:00

Update error message in _main().

This commit is contained in:
William Melody 2020-06-07 15:38:29 -07:00
parent 0d5f41537d
commit c11f22e558

2
hosts
View File

@ -1650,7 +1650,7 @@ _main() {
then
"${_SUBCOMMAND}" "${_COMMAND_PARAMETERS[@]:-}"
else
_exit_1 printf "Unknown command: %s\\n" "${_SUBCOMMAND}"
_exit_1 printf "Unknown subcommand: %s\\n" "${_SUBCOMMAND}"
fi
}