diff --git a/Makefile b/Makefile index dac8673679..ad6bfcc679 100644 --- a/Makefile +++ b/Makefile @@ -443,6 +443,7 @@ bump: expr $(BUILD_ID) + 1 > build-id +# When adding a new architecture, don't forget to update this! write-package-json-version-cli: jq -S --raw-output '.version = "${PACKAGE_JSON_VERSION}"' packages/bun-cli/package.json > packages/bun-cli/package.json.new mv packages/bun-cli/package.json.new packages/bun-cli/package.json diff --git a/src/cli.zig b/src/cli.zig index 9c8edd7252..e0ffc12351 100644 --- a/src/cli.zig +++ b/src/cli.zig @@ -458,7 +458,7 @@ const HelpCommand = struct { \\> dev ./a.ts ./b.jsx Start a Bun Dev Server \\> bun ./a.ts ./b.jsx Bundle dependencies of input files into a .bun \\> run test Run a package.json script or executable - \\> create next ./app Start a new project from a template (shorthand: c) + \\> create next ./app Start a new project from a template (shorthand: c) \\> discord Open Bun's Discord server \\> help Print this help menu \\