Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/commands/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const cmd = {
.example(chalk.yellow('leetcode plugin company'), 'Show company plugin')
.example(chalk.yellow('leetcode plugin company -c'), 'Show config of company plugin')
.example('', '')
.example(chalk.yellow('leetcode plugin -i'), 'Install all missing plugins from GtiHub')
.example(chalk.yellow('leetcode plugin -i company'), 'Install company plugin from GtiHub')
.example(chalk.yellow('leetcode plugin -i'), 'Install all missing plugins from GitHub')
.example(chalk.yellow('leetcode plugin -i company'), 'Install company plugin from GitHub')
.example(chalk.yellow('leetcode plugin -d company'), 'Disable company plugin')
.example(chalk.yellow('leetcode plugin -e company'), 'Enable comapny plugin')
.example(chalk.yellow('leetcode plugin -e company'), 'Enable company plugin')
.example(chalk.yellow('leetcode plugin -D company'), 'Delete company plugin');
}
};
Expand Down