From b1bc40359d6c4c3addbec8d37850181b58d12622 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 8 Jan 2018 16:16:55 -0500 Subject: [PATCH] fixed incorrect flag in upgrade help text --- src/cli/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.js b/src/cli/index.js index 63a6e80421..8d1302ffea 100644 --- a/src/cli/index.js +++ b/src/cli/index.js @@ -254,7 +254,7 @@ program '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: ' + './nodebb upgrade -mi'.yellow, - 'Only database update: ' + './nodebb upgrade -d'.yellow, + 'Only database update: ' + './nodebb upgrade -s'.yellow, ].join('\n')); }) .action(function (scripts, options) {