spellchecking the documentation

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1277 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2009-01-01 20:39:30 +00:00
parent 10da8c7175
commit 664c12ec52
12 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ The records consists of:
Strings are not further encoded or escaped.
In this mode multi line strings can be transfered from MSE without much encoding/parsing hastle.
In this mode multi line strings can be transfered from MSE without much encoding/parsing hassle.
The behaviour of the raw mode is guaranteed not to change between versions of MSE (subject to bugs and changes in the scripting language),
for the normal mode no such guarantee is made.
+1 -1
View File
@@ -43,7 +43,7 @@ Global installation is for all users, local installation is for the current user
]mse --create-installer <em>output.mse-installer</em> <em>package1.mse-game</em> <em>package2.mse-game</em> ...
Creates an installer package containing one or more packages from the mse [[file:index|data directory]].
The installer will be written to <tt><em>output.mse-installer</em></tt>. This name can be ommitted, in which case the name of the forst package will be used (in this case <tt>package1.mse-installer</tt>).
The installer will be written to <tt><em>output.mse-installer</em></tt>. This name can be omitted, in which case the name of the first package will be used (in this case <tt>package1.mse-installer</tt>).
--Interactive cli interface--