Commit cea9b94d authored by twanvl's avatar twanvl

minor improvement of --help message

parent 008fbc89
......@@ -145,8 +145,9 @@ int MSE::OnRun() {
+ _(" \tIf the --local flag is passed, install packages for this user only.\n\n")
+ _(" --symbol-editor\n")
+ _(" \tShow the symbol editor instead of the welcome window.\n\n")
+ _(" --create-installer FILE [PACKAGE [PACKAGE ...]]\n")
+ _(" \tCreate an instaler named FILE, containing the listed packages.\n\n")
+ _(" --create-installer [OUTFILE.mse-installer] [PACKAGE [PACKAGE ...]]\n")
+ _(" \tCreate an instaler, containing the listed packages.\n")
+ _(" \tIf no filename is specified, the name of the first package is used.\n\n")
+ _(" --export FILE [IMAGE]\n")
+ _(" \tExport the cards in a set to image files,\n")
+ _(" \tIMAGE is the same format as for 'export all card images'.\n") );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment