Commit 332a0ed9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play common.sh: add comment about --force

parent a5da9fe8
......@@ -169,7 +169,7 @@ is_repacked_package()
[ -n "$force" ] && return 0
if epm status --original $pkg ; then
echo "Package $pkg is already installed from ALT repository."
echo "Package $pkg is already installed from ALT repository (use --force to override it)."
return 1
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