From 2fb7de196ebbbcc2656df2c658b91fdc25969a45 Mon Sep 17 00:00:00 2001 From: twanvl Date: Wed, 26 Dec 2007 17:44:08 +0000 Subject: [PATCH] minor improvement of --help message git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@787 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 0ecfd1cf..1542d1c7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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") );