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