diff options
Diffstat (limited to 'lib/cmd.sh')
-rw-r--r-- | lib/cmd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |