#!/bin/sh

cat<<EOS
### WARNING ################################################################
# This command has been deprecated and will be removed in a future release.
# Use "riak-cs-admin access <command>" instead of this.
############################################################################
EOS

/usr/local/sbin/riak-cs-admin access "$@"
