diff --git a/iop/scripts/update_package.sh b/iop/scripts/update_package.sh index ff4e0b9d0..e1b8d7694 100755 --- a/iop/scripts/update_package.sh +++ b/iop/scripts/update_package.sh @@ -1,9 +1,6 @@ -# Exported interface update_package() { echo "update_package is no longer supported." >&2 - echo "Its replacement will come soon." >&2 - echo >&2 - echo "For now update references in profiles/include/*.yml and feeds.conf.io manually." >&2 + echo "Its replacement is ./iop set-feed-rev." >&2 return 1 }