Commit 73fb4af8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add --upgrade as alias for --update

parent 56ef3ab6
......@@ -466,7 +466,7 @@ case "$1" in
exit
;;
--update)
--update|--upgrade)
shift
local CMDUPDATE="--update"
# check --force on common.sh side
......
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