diff mbox series

[bug#64003] scripts: system: Remove duplicated "--target=TRIPLET" in help messages.

Message ID 4411d2a4b5848b29526dd82e467caef180190242.1686473762.git.hako@ultrarare.space
State New
Headers show
Series [bug#64003] scripts: system: Remove duplicated "--target=TRIPLET" in help messages. | expand

Commit Message

Hilton Chain June 11, 2023, 8:56 a.m. UTC
* guix/scripts/system.scm (show-help): Remove "--target=TRIPLET".

It's already included in (show-cross-build-options-help).
---
 guix/scripts/system.scm | 2 --
 1 file changed, 2 deletions(-)


base-commit: e8c207589d431c00b5f1a8175f391020323a3d27

Comments

宋文武 July 28, 2023, 1:54 p.m. UTC | #1
Hilton Chain <hako@ultrarare.space> writes:

> * guix/scripts/system.scm (show-help): Remove "--target=TRIPLET".
>
> It's already included in (show-cross-build-options-help).

Applied, thank you!  (will push in minutes later..)
diff mbox series

Patch

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 @@  (define (show-help)
       --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)