pan3793 commented on code in PR #1805:
URL:
https://github.com/apache/incubator-celeborn/pull/1805#discussion_r1290215226
##########
sbin/celeborn-daemon.sh:
##########
@@ -28,20 +28,22 @@
# CELEBORN_NO_DAEMONIZE If set, will run the proposed command in the
foreground. It will not output a PID file.
##
-usage="Usage: celeborn-daemon.sh [--config <conf-dir>] (start|stop|status)
<celeborn-command> <celeborn-instance-number> <args...>"
+usage() {
+ echo "Usage: celeborn-daemon.sh [--config <conf-dir>]
(start|stop|restart|status) <celeborn-class-name> <celeborn-instance-number>
[args]"
+ echo "Definitions:"
Review Comment:
```suggestion
echo ""
echo "OPTIONS"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]