Skip to content

Commit 880eb03

Browse files
committed
docs: update usage info to use the actual commands
1 parent d823a07 commit 880eb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/docsify

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require('yargonaut')
1818
.errorsStyle('red.bold')
1919

2020
var argv = require('yargs')
21-
.usage(chalk.bold(y18n.__('usage') + ': docsify <command> <path> [options]'))
21+
.usage(chalk.bold(y18n.__('usage') + ': docsify <init|serve> <path> [options]'))
2222
.command({
2323
command: 'init <path> [--local false] [--theme vue]',
2424
alias: 'i',

0 commit comments

Comments
 (0)