Skip to content

Commit

Permalink
minor bundle help tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed Mar 30, 2024
1 parent c1aa4c0 commit fc6cb77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
cd "$(dirname "$0")"

usage() {
echo "Usage: $0 [/path/to/dist]"
echo "Usage: $0 [ /path/to/dist ] # default location is dist"
echo " [ --s3 | --lmdb | --level | --sftp | --sqlite | --mysql | --oracle | --mysql | --pgsql ] # bundle 1 or more storage engine"
echo " [ --dev ] # avoid minification, add verbosity to esbuild/npm"
echo " [ --versbose ] # add verbosity"
echo " [ --tool ] # bundle migration and detahced job tools"
echo " [ --tool ] # storage migration and repair tools"
echo " [ --restart ] # restart cronicle upon bundle completion (in dev mode)"
echo " [ --engine engine] # copy sample_conf/example/storage.engine.json to dist/conf/storage.json (engine: fs/sqlite/s3/...)"
echo " [ --engine engine ] # copy sample_conf/example/storage.engine.json to dist/conf/storage.json (engine: fs/sqlite/s3/...)"
echo " [ --test ] # run unit test upon bundle completion"
exit 1
}
Expand Down

0 comments on commit fc6cb77

Please sign in to comment.