transformations: Add "--tune" to "--help-transform".

* guix/transformations.scm (show-transformation-options-help/detailed):
Add '--tune'.
This commit is contained in:
Ludovic Courtès 2023-05-30 16:44:53 +02:00
parent 60895810ad
commit d0be53d03e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 0 deletions

View File

@ -996,6 +996,8 @@ building for ~a instead of ~a, so tuning cannot be guessed~%")
(display (G_ "
--with-patch=PACKAGE=FILE
add FILE to the list of patches of PACKAGE"))
(display (G_ "
--tune[=CPU] tune relevant packages for CPU--e.g., \"skylake\""))
(display (G_ "
--with-configure-flag=PACKAGE=FLAG
append FLAG to the configure flags of PACKAGE"))