doc/manual/nix-env.xml: fixed "nix-env -qaA" typo
This commit is contained in:
parent
3c7ec8fc1b
commit
be9be4c147
|
@ -256,7 +256,7 @@ number of possible ways:
|
||||||
<emphasis>attribute paths</emphasis> that select attributes from the
|
<emphasis>attribute paths</emphasis> that select attributes from the
|
||||||
top-level Nix expression. This is faster than using derivation
|
top-level Nix expression. This is faster than using derivation
|
||||||
names and unambiguous. To find out the attribute paths of available
|
names and unambiguous. To find out the attribute paths of available
|
||||||
packages, use <literal>nix-env -qaA '*'</literal>.</para></listitem>
|
packages, use <literal>nix-env -qaP '*'</literal>.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>If <option>--from-profile</option>
|
<listitem><para>If <option>--from-profile</option>
|
||||||
<replaceable>path</replaceable> is given,
|
<replaceable>path</replaceable> is given,
|
||||||
|
|
Loading…
Reference in a new issue