This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c54d096  [Improvement][script] daemon script usage (#3968)
c54d096 is described below

commit c54d09605b262b9e1058199834b4b6c80a2ed7f5
Author: huzekang <[email protected]>
AuthorDate: Fri Oct 30 22:07:24 2020 +0800

    [Improvement][script] daemon script usage (#3968)
    
    * Improvement daemon script usage
    
    * don't remove status command
    
    don't remove status command
    
    Co-authored-by: dailidong <[email protected]>
---
 script/dolphinscheduler-daemon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/dolphinscheduler-daemon.sh 
b/script/dolphinscheduler-daemon.sh
index 26c751f..18bb404 100644
--- a/script/dolphinscheduler-daemon.sh
+++ b/script/dolphinscheduler-daemon.sh
@@ -16,7 +16,7 @@
 # limitations under the License.
 #
 
-usage="Usage: dolphinscheduler-daemon.sh (start|stop|status) <command> "
+usage="Usage: dolphinscheduler-daemon.sh (start|stop|status) 
<api-server|master-server|worker-server|alert-server> "
 
 # if no args specified, show usage
 if [ $# -le 1 ]; then

Reply via email to