From c869d7dbb3381d7ab831bf603926b080113a0061 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 1 Feb 2022 21:51:16 -0500 Subject: [PATCH] docs: some tweaks to cli help --- src/cli/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cli/index.js b/src/cli/index.js index 59f1e68aee..0ed6b449fd 100644 --- a/src/cli/index.js +++ b/src/cli/index.js @@ -270,8 +270,9 @@ program console.log(`\n${[ 'When running particular upgrade scripts, options are ignored.', 'By default all options are enabled. Passing any options disables that default.', - `Only package and dependency updates: ${chalk.yellow('./nodebb upgrade -mi')}`, - `Only database update: ${chalk.yellow('./nodebb upgrade -s')}`, + '\nExamples:', + ` Only package and dependency updates: ${chalk.yellow('./nodebb upgrade -mi')}`, + ` Only database update: ${chalk.yellow('./nodebb upgrade -s')}`, ].join('\n')}`); }) .action((scripts, options) => {