GNU bug report logs -
#64003
[PATCH] scripts: system: Remove duplicated "--target=TRIPLET" in help messages.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 11 Jun 2023 08:57:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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)
base-commit: e8c207589d431c00b5f1a8175f391020323a3d27
--
2.40.1
This bug report was last modified 1 year and 302 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.