diff options
-rwxr-xr-x | xlocate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlocate b/xlocate index 1b3efff..c031086 100755 --- a/xlocate +++ b/xlocate @@ -17,7 +17,7 @@ fi if [ -e "$XLOCATE_DB" ]; then if find /var/db/xbps/ -name '*repodata' -newer "$XLOCATE_DB" | grep -q .; then - xupdatedb + echo "xlocate: database outdated, please run xlocate -u." 1>&2 fi rx= case "$1" in |