mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
docs: some tweaks to cli help
This commit is contained in:
@@ -270,6 +270,7 @@ program
|
|||||||
console.log(`\n${[
|
console.log(`\n${[
|
||||||
'When running particular upgrade scripts, options are ignored.',
|
'When running particular upgrade scripts, options are ignored.',
|
||||||
'By default all options are enabled. Passing any options disables that default.',
|
'By default all options are enabled. Passing any options disables that default.',
|
||||||
|
'\nExamples:',
|
||||||
` Only package and dependency updates: ${chalk.yellow('./nodebb upgrade -mi')}`,
|
` Only package and dependency updates: ${chalk.yellow('./nodebb upgrade -mi')}`,
|
||||||
` Only database update: ${chalk.yellow('./nodebb upgrade -s')}`,
|
` Only database update: ${chalk.yellow('./nodebb upgrade -s')}`,
|
||||||
].join('\n')}`);
|
].join('\n')}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user