Commit 144d54ef authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm fix arguments show (eterbug #17278)

parent bf24603d
...@@ -691,7 +691,7 @@ Popular commands: ...@@ -691,7 +691,7 @@ Popular commands:
if [ -z "$epm_cmd" ] ; then if [ -z "$epm_cmd" ] ; then
print_version >&2 print_version >&2
echo >&2 echo >&2
fatstr=$(eval_gettext 'Unrecognized command in $* arg(s)') fatstr="$(eval_gettext 'Unrecognized command in '"$*" 'arg(s)')"
if [ -z "$*" ] ; then if [ -z "$*" ] ; then
fatstr=$(eval_gettext "That program needs be running with some command") fatstr=$(eval_gettext "That program needs be running with some command")
print_short_help >&2 print_short_help >&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment