diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-06-11 16:56:45 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-07-28 21:52:18 +0800 |
commit | 8874f2da2cac7c80fca88d9f3a2bd5c9cc257248 (patch) | |
tree | 92c42e6f16139cec1658ef5a8b21a53e7269bc97 /guix/scripts | |
parent | 667974a980a9dbc4858afb88b8433ecad18c333b (diff) |
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>
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/system.scm | 2 |
1 files changed, 0 insertions, 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 @@ -1035,8 +1035,6 @@ Some ACTIONS support additional ARGS.\n")) (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) (display (G_ " |