diff --git a/packages/core/parcel/src/cli.js b/packages/core/parcel/src/cli.js index 1f57461b6e3..01207a816c2 100755 --- a/packages/core/parcel/src/cli.js +++ b/packages/core/parcel/src/cli.js @@ -39,7 +39,7 @@ program ) .option( '--public-url ', - 'set the public URL to serve on. defaults to the same as the --out-dir option' + 'set the public URL to serve on. defaults to "/"' ) .option('--global ', 'expose your module through a global variable') .option('--no-hmr', 'disable hot module replacement') @@ -77,7 +77,7 @@ program ) .option( '--public-url ', - 'set the public URL to serve on. defaults to the same as the --out-dir option' + 'set the public URL to serve on. defaults to "/"' ) .option('--global ', 'expose your module through a global variable') .option( @@ -126,7 +126,7 @@ program ) .option( '--public-url ', - 'set the public URL to serve on. defaults to the same as the --out-dir option' + 'set the public URL to serve on. defaults to "/"' ) .option('--global ', 'expose your module through a global variable') .option('--no-minify', 'disable minification')