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>
This commit is contained in:
Hilton Chain 2023-06-11 16:56:45 +08:00 committed by 宋文武
parent 667974a980
commit 8874f2da2c
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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)