From 398cbc26a29b4fb4a2d2cbabffc2cc5b39857da9 Mon Sep 17 00:00:00 2001 From: dvjyothsna Date: Thu, 22 Feb 2018 11:30:50 -0800 Subject: [PATCH] Added usage for graceful_stop in drillbit.sh --- distribution/src/resources/drillbit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/src/resources/drillbit.sh b/distribution/src/resources/drillbit.sh index 49b92ed5ac0..628571f73d1 100755 --- a/distribution/src/resources/drillbit.sh +++ b/distribution/src/resources/drillbit.sh @@ -45,7 +45,7 @@ # configuration file. The option takes precedence over the # DRILL_CONF_DIR environment variable. # -# The command is one of: start|stop|status|restart|run +# The command is one of: start|stop|status|restart|run|graceful_stop # # Additional arguments are passed as JVM options to the Drill-bit. # They typically are of the form: @@ -56,7 +56,7 @@ # The value overrides any value in the user or Drill configuration files. usage="Usage: drillbit.sh [--config|--site ]\ - (start|stop|status|restart|run) [args]" + (start|stop|status|restart|run|graceful_stop) [args]" bin=`dirname "${BASH_SOURCE-$0}"` bin=`cd -P "$bin">/dev/null; pwd`