Skip to content

Commit 1968760

Browse files
authored
command-ref/nix-shell: fix --pure, --keep
1 parent 886ad00 commit 1968760

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)