diff mbox series

[bug#59839] shell: Make --help show --target and --list-targets

Message ID 20221205171622.3854-1-yarl-baudig@mailoo.org
State New
Headers show
Series [bug#59839] shell: Make --help show --target and --list-targets | expand

Commit Message

yarl baudig Dec. 5, 2022, 5:16 p.m. UTC
These options are callable and documented in the manual but not
shown by --help.

* guix/scripts/shell.scm: Make --help show --target and
--list-targets.
---
 guix/scripts/shell.scm | 2 ++
 1 file changed, 2 insertions(+)


base-commit: c3713d53e0bdf1186e08880b9e0ae6dd85f55fc4
diff mbox series

Patch

diff --git a/guix/scripts/shell.scm b/guix/scripts/shell.scm
index 2fc1dc942a..bca5ddf4eb 100644
--- a/guix/scripts/shell.scm
+++ b/guix/scripts/shell.scm
@@ -76,6 +76,8 @@  (define (show-help)
   (newline)
   (show-build-options-help)
   (newline)
+  (show-native-build-options-help)
+  (newline)
   (show-transformation-options-help)
   (newline)
   (display (G_ "