Skip to content

Commit 0477eee

Browse files
Minor fix
1 parent 2f6ee68 commit 0477eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vuepress/lib/registerCoreCommands.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ module.exports = function (cli, options) {
7474
})
7575

7676
cli
77-
.command('info', 'Shows useful information regarding the local environment')
77+
.command('info', 'Shows debugging information about the local environment')
7878
.action(() => {
7979
console.log(chalk.bold('\nEnvironment Info:'))
8080
envinfo.run(
8181
{
8282
System: ['OS', 'CPU'],
8383
Binaries: ['Node', 'Yarn', 'npm'],
8484
Browsers: ['Chrome', 'Edge', 'Firefox', 'Safari'],
85-
npmGlobalPackages: ['@vuepress']
85+
npmGlobalPackages: ['vuepress']
8686
},
8787
{
8888
showNotFound: true,

0 commit comments

Comments
 (0)