We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b6596 commit 0300c36Copy full SHA for 0300c36
APP-MANAGER
@@ -1583,7 +1583,7 @@ _use_update() {
1583
else
1584
UPDATERS=$(cd "$argpath" 2>/dev/null && find . -name "*update*" -print 2>/dev/null)
1585
[ -n "$UPDATERS" ] && arg_autoupdatable=", it may have its update system"
1586
- [ "$arg" = "$AMCLI" ] && arg_autoupdatable=", use \"am -s\" instead"
+ [ "$arg" = "$AMCLI" ] && arg_autoupdatable=", use \"-s\" instead"
1587
printf $" %b✖\033[0m %b cannot be updated%b\n" "${RED}" "$(echo "$arg" | tr '[:lower:]' '[:upper:]')" "$arg_autoupdatable"
1588
fi
1589
done
0 commit comments