guix-commits
[Top][All Lists]
Advanced

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

03/03: pull: Document '--system'.


From: guix-commits
Subject: 03/03: pull: Document '--system'.
Date: Tue, 8 Jan 2019 12:38:22 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit a21a906fcd31c918431622f7ac56b21c269368fb
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 8 18:17:22 2019 +0100

    pull: Document '--system'.
    
    Fixes <https://bugs.gnu.org/34010>.
    Reported by Alex Kost <address@hidden>.
    
    This is a followup to 5923102f7b58f0a0120926ec5b81ed48b26a188e.
    
    * guix/scripts/pull.scm (show-help): Add '--system'.
---
 guix/scripts/pull.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 862556d..e7ff44c 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2017, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -89,6 +89,8 @@ Download and deploy the latest version of Guix.\n"))
   (display (G_ "
   -n, --dry-run          show what would be pulled and built"))
   (display (G_ "
+  -s, --system=SYSTEM    attempt to build for SYSTEM--e.g., \"i686-linux\""))
+  (display (G_ "
       --bootstrap        use the bootstrap Guile to build the new Guix"))
   (newline)
   (show-build-options-help)



reply via email to

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