guix-commits
[Top][All Lists]
Advanced

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

01/08: scripts: system: Remove duplicated "--target=TRIPLET" in help mes


From: guix-commits
Subject: 01/08: scripts: system: Remove duplicated "--target=TRIPLET" in help messages.
Date: Fri, 28 Jul 2023 10:14:20 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 8874f2da2cac7c80fca88d9f3a2bd5c9cc257248
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Jun 11 16:56:45 2023 +0800

    scripts: system: Remove duplicated "--target=TRIPLET" in help messages.
    
    It's already included in (show-cross-build-options-help).
    
    * guix/scripts/system.scm (show-help): Remove "--target=TRIPLET".
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 guix/scripts/system.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index d7163dd3eb..f1154dad33 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -1034,8 +1034,6 @@ Some ACTIONS support additional ARGS.\n"))
       --no-graphic       for 'vm', use the tty that we are started in for IO"))
   (display (G_ "
       --skip-checks      skip file system and initrd module safety checks"))
-  (display (G_ "
-      --target=TRIPLET   cross-build for TRIPLET--e.g., \"armel-linux-gnu\""))
   (display (G_ "
   -v, --verbosity=LEVEL  use the given verbosity LEVEL"))
   (newline)



reply via email to

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