From d0be53d03edb889455f0a0d367534db07bb7bfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 30 May 2023 16:44:53 +0200 Subject: [PATCH] transformations: Add "--tune" to "--help-transform". * guix/transformations.scm (show-transformation-options-help/detailed): Add '--tune'. --- guix/transformations.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guix/transformations.scm b/guix/transformations.scm index c050af2de8..a289f81219 100644 --- a/guix/transformations.scm +++ b/guix/transformations.scm @@ -996,6 +996,8 @@ (define (show-transformation-options-help/detailed) (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"))