doc: --meta is not needed in the presence of --json
This commit is contained in:
parent
67cbf9ae6f
commit
56d3457c2f
|
@ -33,7 +33,7 @@ the package. The value of a meta-attribute must be a string.</para>
|
||||||
command-line using <command>nix-env</command>:
|
command-line using <command>nix-env</command>:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-env -qa hello --meta --json
|
$ nix-env -qa hello --json
|
||||||
{
|
{
|
||||||
"hello": {
|
"hello": {
|
||||||
"meta": {
|
"meta": {
|
||||||
|
|
Loading…
Reference in New Issue