diff --git a/source/download.txt b/source/download.txt
index bc8c574377c835946d82d78e6e1036dbca5dfab8_c291cmNlL2Rvd25sb2FkLnR4dA==..17f759c5d3092631567db7e43206537012197c0d_c291cmNlL2Rvd25sb2FkLnR4dA== 100644
--- a/source/download.txt
+++ b/source/download.txt
@@ -159,10 +159,9 @@
 4. Run the ``rpython`` script.  Here are the common combinations
    of options (works also with ``python`` instead of ``pypy``)::
 
-     pypy ../../rpython/bin/rpython -Ojit                # get the JIT version
-     pypy ../../rpython/bin/rpython -O2                  # get the no-jit version
-     pypy ../../rpython/bin/rpython -O2 --sandbox        # get the sandbox version
-     pypy ../../rpython/bin/rpython -Ojit --backend=cli  # only for branch/cli-jit
+     pypy ../../rpython/bin/rpython -Ojit           # get the JIT version
+     pypy ../../rpython/bin/rpython -O2             # get the no-jit version
+     pypy ../../rpython/bin/rpython -O2 --sandbox   # get the sandbox version
 
 5. Enjoy Mandelbrot ``:-)``  It takes on the order of half an hour to
    finish the translation, and 2.x GB of RAM on a 32-bit system