Commit e018530b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-play: s/__epm_play_help/epm_play_help

parent 5fd439fd
...@@ -328,7 +328,7 @@ if [ "$1" = "--list-all" ] || [ "$1" = "list-all" ] || [ -z "$*" ] ; then ...@@ -328,7 +328,7 @@ if [ "$1" = "--list-all" ] || [ "$1" = "list-all" ] || [ -z "$*" ] ; then
[ -n "$quiet" ] || [ -n "$*" ] && exit [ -n "$quiet" ] || [ -n "$*" ] && exit
echo echo
#echo "Run epm play --help for help" #echo "Run epm play --help for help"
__epm_play_help epm_play_help
exit exit
fi fi
......
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