Skip to content

Commit 3925916

Browse files
docs(cli): the compile subcommand said it would serve
This was obviously because of a copy paste from the serve command that I forgot to change aferwards.
1 parent dcba967 commit 3925916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const addCompileSubCommandFlags = function addCompileSubCommandFlags<T>(
2929
.positional('file', {
3030
alias: 'input',
3131
default: 'slyde.xml',
32-
describe: 'The file to compile, and then serve',
32+
describe: 'The file to compile, and then write it to disk',
3333
type: 'string',
3434
});
3535
};

0 commit comments

Comments
 (0)