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>
<para> <para>
review uncommitted changes: 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>
<para> <para>
review changes from pull request number 12345: 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> </para>
</section> </section>
<section> <section>