Skip to content

Commit

Permalink
[update][core] improve the usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Sep 5, 2024
1 parent 19f7e1a commit 9be92e9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/src/main/bin/addax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ function usage {
-l, --logdir <log directory> the directory which log writes to
-d, --debug Set to remote debug mode.
-L, --loglevel <log level> Set log level such as: debug, info, warn, error, all etc.
Usage: $(basename $0) gen [options]
generate job template file
Options:
-r specify reader plugin name
-w specify writer plugin name
-l [r|w] list all reader/writer plugin names
EOF
exit 1
}
Expand Down

0 comments on commit 9be92e9

Please sign in to comment.