From 824d41a9856c82b377251cb2bddfd856b6e57d65 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Sat, 20 Nov 2021 22:48:11 -0500 Subject: [PATCH] fix bad help text formatting due to #1744 --- cmd/esbuild/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/esbuild/main.go b/cmd/esbuild/main.go index 9521244cd0f..19cd7e1fca1 100644 --- a/cmd/esbuild/main.go +++ b/cmd/esbuild/main.go @@ -41,8 +41,8 @@ var helpText = func(colors logger.Colors) string { bundling, otherwise default is iife when platform is browser and cjs when platform is node) --loader:X=L Use loader L to load file extension X, where L is - one of: js | jsx | ts | tsx | css | json | text | - base64 | file | dataurl | binary + one of: js | jsx | ts | tsx | css | json | text | + base64 | file | dataurl | binary --minify Minify the output (sets all --minify-* flags) --outdir=... The output directory (for multiple entry points) --outfile=... The output file (for one entry point)