diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2018-04-09T08·21+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-09T08·21+0200 |
commit | d8b752ff490346b3c1c478d77f9fe1346a966c77 (patch) | |
tree | 44ed2f74c07dfda8c2cc57f74d618a581d45fe0b | |
parent | 9387163d53b30bfb1bd963395bcbc17a2a027cf5 (diff) | |
parent | d8a1c278060db32b9802546c47f4899941eca4ad (diff) |
Merge pull request #2055 from dudebout/patch-1
fix typo in nix-env man page
-rw-r--r-- | doc/manual/command-ref/nix-env.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-env.xml b/doc/manual/command-ref/nix-env.xml index d4563ac47551..eac7739558be 100644 --- a/doc/manual/command-ref/nix-env.xml +++ b/doc/manual/command-ref/nix-env.xml @@ -456,7 +456,7 @@ $ nix-env -f ~/foo.nix -i '.*'</screen> from another profile: <screen> -$ nix-env -i --from-profile /nix/var/nix/profiles/foo -i gcc</screen> +$ nix-env -i --from-profile /nix/var/nix/profiles/foo gcc</screen> </para> |