Skip to content

Commit

Permalink
mark as deprecated (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed May 30, 2023
1 parent f74b5e8 commit a6572cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solr/bin/solr
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,7 @@ if [[ "$SCRIPT_CMD" == "zk" ]]; then
case "${1:-}" in
-upconfig|upconfig|-downconfig|downconfig|cp|rm|mv|ls|mkroot)
if [ "${1:0:1}" == "-" ]; then
echo "The use of $1 is deprecated. Please use ${1:1} instead."
ZK_OP=${1:1}
else
ZK_OP=$1
Expand Down

0 comments on commit a6572cc

Please sign in to comment.