mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Update '--show' example to use '@' syntax.
* doc/guix.texi (Invoking guix package): Use '@' syntax in --show example.
This commit is contained in:
parent
e2c1b70c2b
commit
ea206df45f
1 changed files with 2 additions and 2 deletions
|
@ -1718,9 +1718,9 @@ version: 3.3.5
|
|||
You may also specify the full name of a package to only get details about a
|
||||
specific version of it:
|
||||
@example
|
||||
$ guix package --show=python-3.3.5 | recsel -p name,version
|
||||
$ guix package --show=python@@3.4 | recsel -p name,version
|
||||
name: python
|
||||
version: 3.3.5
|
||||
version: 3.4.3
|
||||
@end example
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue