Edited wiki page CommandLineOptions through web user interface.
--- a/CommandLineOptions.wiki Mon Dec 17 00:08:32 2012 +0000
+++ b/CommandLineOptions.wiki Mon Dec 17 00:14:18 2012 +0000
@@ -63,7 +63,7 @@
--prefix and --user-prefix should refer to an installation folder where the game content can be found (DATA_INSTALL_DIR cmake flag).
-Personal game data is by default it is contained in the following directory:
+Personal game data is by default contained in the following directory:
* _Windows_: {{{%USERPROFILE%\Hedgewars}}}
* _Linux_: {{{~/.hedgewars}}}
@@ -87,6 +87,9 @@
Ex: to have blurry land and simple rope, you would use the number 10 (2+8)
+If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code.
+[http://code.google.com/p/hedgewars/source/browse/hedgewars/ArgParsers.inc ArgParsers.inc]
+
== Some examples ==
let's see some *GOOD* examples
@@ -102,7 +105,4 @@
$ hwengine anywhere/replay.hwd
$ hwengine installpath/hedgewars/Data anywhere/replay.hwd --set-video 1024 768
$ hwengine installpath/hedgewars/Data anywhere/replay.hwd --nosound 1
-}}}
-
-If you want to get your hands dirty and see how the engine interprets commands, you can check out the source code.
-[http://code.google.com/p/hedgewars/source/browse/hedgewars/ArgParsers.inc ArgParsers.inc]
\ No newline at end of file
+}}}
\ No newline at end of file