diff options
author | Nicolas Dudebout <nicolas.dudebout@gmail.com> | 2018-04-08T01·10-0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08T01·10-0400 |
commit | d8a1c278060db32b9802546c47f4899941eca4ad (patch) | |
tree | 3455af586ca6538b257824946d6b056c437c6d4b /doc | |
parent | b828051659cf7cac21577982afd3f9314dc2e68c (diff) |
fix typo in nix-env man page
Diffstat (limited to 'doc')
-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> |