Skip to content

Commit 133905b

Browse files
authored
Merge pull request NixOS#5471 from simon04/patch-1
command-ref/nix-shell: fix --pure, --keep
2 parents 886ad00 + 1968760 commit 133905b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual/src/command-ref/nix-shell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
[`--command` *cmd*]
1212
[`--run` *cmd*]
1313
[`--exclude` *regexp*]
14-
[--pure]
15-
[--keep *name*]
14+
[`--pure`]
15+
[`--keep` *name*]
1616
{{`--packages` | `-p`} {*packages* | *expressions*} … | [*path*]}
1717

1818
# Description

0 commit comments

Comments
 (0)