guix-commits
[Top][All Lists]
Advanced

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

01/02: doc: refcard: Fix syntax of '--with-branch' and '--with-commit'.


From: Ludovic Courtès
Subject: 01/02: doc: refcard: Fix syntax of '--with-branch' and '--with-commit'.
Date: Thu, 8 Oct 2020 04:43:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 2362e904740c502cf4a663c9eff7ad1359347d9e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 8 10:37:29 2020 +0200

    doc: refcard: Fix syntax of '--with-branch' and '--with-commit'.
    
    * doc/refcard/guix-refcard.lout: For --with-branch and --with-commit,
    add "package=".
---
 doc/refcard/guix-refcard.lout | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/refcard/guix-refcard.lout b/doc/refcard/guix-refcard.lout
index d8cf750..876adbb 100644
--- a/doc/refcard/guix-refcard.lout
+++ b/doc/refcard/guix-refcard.lout
@@ -165,10 +165,10 @@ spec2}   }
 { graft @Var { spec2 } in lieu of @Var { spec1 } in @Var { spec } }
 @LEntry {  guix @Var { command } "--"with-git-url=@Var { spec }=@Var { URL }  }
 { build @Var { spec } from the given Git @Var { URL } }
-@LEntry {  guix @Var { command } @Var { spec } "--"with-branch=@Var { branch } 
 }
-{ build @Var { spec } from the given Git @Var { branch } }
-@LEntry {  guix @Var { command } @Var { spec } "--"with-commit=@Var { commit } 
}
-{ build @Var { spec } from the given Git @Var { commit } }
+@LEntry {  guix @Var { command } @Var { spec } "--"with-branch={ @Var { 
package }={ @Var { branch } } } }
+{ build @Var { spec } from the given Git @Var { branch } of @Var { package } }
+@LEntry {  guix @Var { command } @Var { spec } "--"with-commit={ @Var { 
package }={ @Var { commit } } } }
+{ build @Var { spec } from the given Git @Var { commit } of @Var { package } }
 @End @Category
 
 @C { Developing Packages }



reply via email to

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