From 389e52dcb9f184d11b8608550377ca75574d0257 Mon Sep 17 00:00:00 2001 From: Jason Kendall Date: Mon, 23 Apr 2018 20:53:55 -0400 Subject: [PATCH] Missing mb command in oputil.js help The `mb` sub-command was missing from the general help output from oputil.js - this add it. --- core/oputil/oputil_help.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/oputil/oputil_help.js b/core/oputil/oputil_help.js index 4875d382..c5e096b5 100644 --- a/core/oputil/oputil_help.js +++ b/core/oputil/oputil_help.js @@ -19,6 +19,7 @@ commands: user user utilities config config file management fb file base management + mb message base management `, User : `usage: optutil.js user --user USERNAME @@ -100,4 +101,4 @@ general information: function getHelpFor(command) { return usageHelp[command]; -} \ No newline at end of file +}