aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Legner <Simon.Legner@gmail.com>2021-11-02 22:00:08 +0100
committerGitHub <noreply@github.com>2021-11-02 22:00:08 +0100
commit1968760f4aaebc3b80693f86ae9b163b0fa2c00d (patch)
tree704852161cd69943745eee7d557716b939ec410d
parent886ad0055f20ca70247b1290759903f244c27f88 (diff)
command-ref/nix-shell: fix --pure, --keep
-rw-r--r--doc/manual/src/command-ref/nix-shell.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/command-ref/nix-shell.md b/doc/manual/src/command-ref/nix-shell.md
index 0bd54b955..873311649 100644
--- a/doc/manual/src/command-ref/nix-shell.md
+++ b/doc/manual/src/command-ref/nix-shell.md
@@ -11,8 +11,8 @@
[`--command` *cmd*]
[`--run` *cmd*]
[`--exclude` *regexp*]
- [--pure]
- [--keep *name*]
+ [`--pure`]
+ [`--keep` *name*]
{{`--packages` | `-p`} {*packages* | *expressions*} … | [*path*]}
# Description