Skip to content

Commit acd946e

Browse files
moonglumFND
andauthored
Update lib/cli.js
Co-authored-by: FND <[email protected]>
1 parent 8f9e350 commit acd946e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ exports.parseCLI = async function parseCLI() {
7777
};
7878

7979
if(values.liveserve) {
80-
abort("The --liveserve option was removed. Please use --serve instead", 0);
80+
abort("The `--liveserve` option was removed. Please use `--serve` instead", 0);
8181
}
8282

8383
if(options.watch && options.fingerprint) { // for convenience

0 commit comments

Comments
 (0)