diff --git a/doc/manual/command-ref/nix-shell.xml b/doc/manual/command-ref/nix-shell.xml
index 9e3e6d188..a13d9d7c1 100644
--- a/doc/manual/command-ref/nix-shell.xml
+++ b/doc/manual/command-ref/nix-shell.xml
@@ -252,8 +252,8 @@ dependencies in Nixpkgs.
The lines starting with #! nix-shell specify
nix-shell options (see above). Note that you cannot
write #1 /usr/bin/env nix-shell -i ... because
-/usr/bin/env does not support passing options to
-the interpreter.
+many operating systems only allow one argument in
+#! lines.
For example, here is a Python script that depends on Python and
the prettytable package: