From b2e6f03c29e293e18fb7843334dea2acd04f5bac Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Sat, 23 May 2020 00:20:11 +0200 Subject: [PATCH] --help text for script files --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index ea49d8fe..a43f33f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -176,6 +176,8 @@ int MSE::OnRun() { << NORMAL << _(" [") << BRIGHT << _("--local") << NORMAL << _("]"); cli << _("\n \tInstall the packages from the installer."); cli << _("\n \tIf the ") << BRIGHT << _("--local") << NORMAL << _(" flag is passed, install packages for this user only."); + cli << _("\n\n ") << PARAM << _("FILE") << FILE_EXT << _(".mse-script") << NORMAL; + cli << _("\n \tRun a script file."); cli << _("\n\n ") << BRIGHT << _("--symbol-editor") << NORMAL; cli << _("\n \tShow the symbol editor instead of the welcome window."); cli << _("\n\n ") << BRIGHT << _("--create-installer") << NORMAL << _(" [")