guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: doc: Update '--show' example to use '@' syntax.


From: Ludovic Courtès
Subject: 01/04: doc: Update '--show' example to use '@' syntax.
Date: Tue, 30 Aug 2016 10:01:20 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit ea206df45f32c5277980d24c76d2522a27f1f748
Author: Ludovic Courtès <address@hidden>
Date:   Tue Aug 30 10:20:02 2016 +0200

    doc: Update '--show' example to use '@' syntax.
    
    * doc/guix.texi (Invoking guix package): Use '@' syntax in --show
    example.
---
 doc/guix.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e25cf58..b22cf4a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]