diff --git a/Docs/README.commands b/Docs/README.commands
index 6df451b30..7ca81ccbb 100644
--- a/Docs/README.commands
+++ b/Docs/README.commands
@@ -120,6 +120,8 @@ script - execute a PSL script
 
 exit - prompt and quit FlightGear
 
+pause - pause/resume the simulation
+
 load - load properties from an XML file
   file: the name of the file to load, relative to the current
     directory (defaults to "fgfs.sav")
@@ -234,6 +236,9 @@ dialog-apply - copy values from the active dialog box to FlightGear
 
 presets-commit - commit preset values from /sim/presets
 
+open-browser - open the web browser and show given file
+   path: name of the local file to be opened.
+   url: URL to be opened (http://..., ftp://...).
 
 The following commands are temporary, and will soon disappear or be
 renamed; do NOT rely on them:
@@ -280,8 +285,6 @@ old-ap-adjust-dialog - adjust the autopilot settings
 
 old-lat-lon-format-dialog - toggle the lat/lon format in the HUD
 
-old-help-dialog - offer online help
-
 
 Adding New Commands in C++
 --------------------------
diff --git a/gui/menubar.xml b/gui/menubar.xml
index 834c0c71b..3e0fa9247 100644
--- a/gui/menubar.xml
+++ b/gui/menubar.xml
@@ -759,7 +759,8 @@
 			<label>Help  (opens in browser)</label>
 			<name>help-browser</name>
 			<binding>
-				<command>old-help-dialog</command>
+				<command>open-browser</command>
+				<path>Docs/index.html</path>
 			</binding>
 		</item>