nixos/doc: fix instructions for nox-review usage

This commit is contained in:
Andre Ramos 2018-04-03 13:01:51 +02:00
parent 935c2b5b96
commit 51c8e9ff5e

View file

@ -317,11 +317,11 @@ Additional information.
</para>
<para>
review uncommitted changes:
<screen>nix-shell -p nox --run nox-review wip</screen>
<screen>nix-shell -p nox --run "nox-review wip"</screen>
</para>
<para>
review changes from pull request number 12345:
<screen>nix-shell -p nox --run nox-review pr 12345</screen>
<screen>nix-shell -p nox --run "nox-review pr 12345"</screen>
</para>
</section>
<section>