guix build: Move package transformation options behind '--help-transform'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 12 Oct 2020 13:16:51 +0000 (15:16 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 20 Oct 2020 14:30:16 +0000 (16:30 +0200)
commit6701f64f7329cdbeda70bcaf38523c9098e5a938
treefe79f76b0a3c53798dd11989624c83abfdc1ed13
parent6aeda81602555fbeac0c0a209e74f5262093b513
guix build: Move package transformation options behind '--help-transform'.

This change declutters the '--help' output.

* guix/scripts/build.scm (show-build-options-help)
(%standard-build-options): Add '--help-transform'.
(show-transformation-options-help): Make private.
(show-help): Remove call to 'show-transformation-options-help'.
* guix/scripts/build.scm (show-help): Likewise.
* guix/scripts/environment.scm (show-help): Likewise.
* guix/scripts/graph.scm (show-help): Likewise.
* guix/scripts/install.scm (show-help): Likewise.
* guix/scripts/pack.scm (show-help): Likewise.
* guix/scripts/package.scm (show-help): Likewise.
* guix/scripts/upgrade.scm (show-help): Likewise.
* doc/guix.texi (Package Transformation Options): Mention '--help-transform'.
doc/guix.texi
guix/scripts/build.scm
guix/scripts/environment.scm
guix/scripts/graph.scm
guix/scripts/install.scm
guix/scripts/pack.scm
guix/scripts/package.scm
guix/scripts/upgrade.scm