# HG changeset patch
# User Smasher816@gmail.com
# Date 1355605288 0
# Node ID aae06d0bd17562048a859b85121bb5e39ba59bc1
# Parent  e165ada6aae2a4ea091d78138b3d99cd5fbfcea3
Edited wiki page CommandLineOptions through web user interface.

diff -r e165ada6aae2 -r aae06d0bd175 CommandLineOptions.wiki
--- a/CommandLineOptions.wiki	Sat Dec 15 18:36:30 2012 +0000
+++ b/CommandLineOptions.wiki	Sat Dec 15 21:01:28 2012 +0000
@@ -41,21 +41,23 @@
   * {{{--height [size]}}} - Starts the game with the given height (in pixels)
   * {{{--volume [level]}}} - Sets the volume level, possible values range from 0-100 (negative is muted)
   * {{{--frame-interval [interval]}}} - Sets minimum timer interval between each frame in milliseconds. Ex: 40 would make the game run at most 25 fps
+  * {{{--raw-quality [flags]}}} - (For advanced users only). Manually specifies the reduced quality flags, see below. 
   * {{{--nomusic}}} - Disables music
   * {{{--nosound}}} - Disables sound
   * {{{--fullscreen}}} - Starts in fullscreen
   * {{{--showfps}}} - Shows a fps counter in the top right
   * {{{--altdmg}}} - Uses an alternative damage indicator
   * {{{--low-quality}}} - Lowers the game quality
-  * {{{--raw-quality}}} - (For advanced users only). Manually specifies the reduced quality flags, see below. 
   * {{{--stats-only}}} - Outputs the round information without launching the game
   * {{{--help}}} - Shows this list of command line options
 
+Note: any modification to the command line arguments should be reflected in the autostart .desktop file.
+
 == Deprecated Options ==
 
 These options are outdated and may be removed in the future, please use the above options:
 
-  * {{{--depth [bits]}}}
+  * {{{--depth [color depth]}}}
   * {{{--set-video [screen width] [screen height] [color dept]}}}
   * {{{--set-audio [volume] [enable music] [enable sounds]}}}
   * {{{--set-other [language file] [full screen] [show FPS]}}}
@@ -89,7 +91,7 @@
 
 {{{
 $ hwengine installpath/hedgewars/Data anywhere/replay.hwd
-$ hwengine pathtohedgewars/ installpath/hedgewars/Data anywhere/replay.hwd --width 1024 ---height 768
+$ hwengine pathtohedgewars/ installpath/hedgewars/Data anywhere/replay.hwd --width 1024 --height 768
 $ hwengine installpath/hedgewars/Data anywhere/replay.hwd --nosound
 }}}