mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-30 11:19:39 +02:00
modulecmd: typos in output fixed
This commit is contained in:
@@ -1929,7 +1929,7 @@ subcommand_purge() {
|
||||
if (( ${#args[@]} > 0 )); then
|
||||
std::die 3 "%s %s: %s" \
|
||||
"${CMD}" "${subcommand}" \
|
||||
"no arguments allowd"
|
||||
"no arguments allowed"
|
||||
fi
|
||||
|
||||
# is a Pmodule module loaded?
|
||||
@@ -2026,7 +2026,7 @@ subcommand_list() {
|
||||
if (( ${#args[@]} > 0 )); then
|
||||
std::die 3 "%s %s: %s" \
|
||||
"${CMD}" "${subcommand}" \
|
||||
"no arguments allowd"
|
||||
"no arguments allowed"
|
||||
fi
|
||||
"${modulecmd}" "${Shell}" list "${opts[@]}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user