summaryrefslogtreecommitdiffstats
path: root/lib/cmd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmd.sh')
-rw-r--r--lib/cmd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd.sh b/lib/cmd.sh
index 4a03664..348f695 100644
--- a/lib/cmd.sh
+++ b/lib/cmd.sh
@@ -104,6 +104,6 @@ run_cmd()
if is_cmd "${cmd}"; then
"cmd_${cmd}_main" "${@}"
else
- error 1 'Command "%s" not found' "${cmd}"
+ error 1 "$(get_msg 'cmd_not_found')" "${cmd}"
fi
}