Fix typo in nix-shell command reference.

This commit is contained in:
Scott Olson 2016-02-13 01:03:32 -07:00
parent b3e8d72770
commit 37b8e59f6f

View file

@ -267,7 +267,7 @@ dependencies in Nixpkgs.</para>
<para>The lines starting with <literal>#! nix-shell</literal> specify
<command>nix-shell</command> options (see above). Note that you cannot
write <literal>#1 /usr/bin/env nix-shell -i ...</literal> because
write <literal>#! /usr/bin/env nix-shell -i ...</literal> because
many operating systems only allow one argument in
<literal>#!</literal> lines.</para>