Merge pull request #38380 from andrestylianos/fix/nox-review-instructions

nixos/doc: fix instructions for nox-review usage
This commit is contained in:
adisbladis 2018-04-03 19:52:24 +08:00 committed by GitHub
commit 8a69ebd5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>