diff --git a/features/commandline.xml b/features/commandline.xml
index 98d6b3f660..1c5b3707af 100644
--- a/features/commandline.xml
+++ b/features/commandline.xml
@@ -506,13 +506,6 @@ string(15) "doesntmakesense"
is optional and may be omitted - providing just
the filename to execute is sufficient.
-
-
- To pass arguments to a script, the first argument must be
- --, otherwise PHP will interpret them as PHP
- options.
-
-
@@ -1046,12 +1039,6 @@ $ php -f my_script.php
restriction on which files can be executed; in particular, the filename
is not required have a .php extension.
-
-
- If arguments need to be passed to the script when using
- , the first argument must be --.
-
-