emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59839: closed ([PATCH] shell: Make --help show --target and --list-t


From: GNU bug Tracking System
Subject: bug#59839: closed ([PATCH] shell: Make --help show --target and --list-targets)
Date: Sun, 25 Dec 2022 23:32:01 +0000

Your message dated Mon, 26 Dec 2022 00:31:09 +0100
with message-id <877cyfvz5u.fsf_-_@gnu.org>
and subject line Re: bug#59839: [PATCH] shell: Make --help show --target and 
--list-targets
has caused the debbugs.gnu.org bug report #59839,
regarding [PATCH] shell: Make --help show --target and --list-targets
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59839: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59839
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] shell: Make --help show --target and --list-targets Date: Mon, 5 Dec 2022 18:16:22 +0100
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(+)

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_ "

base-commit: c3713d53e0bdf1186e08880b9e0ae6dd85f55fc4
-- 
2.38.1






--- End Message ---
--- Begin Message --- Subject: Re: bug#59839: [PATCH] shell: Make --help show --target and --list-targets Date: Mon, 26 Dec 2022 00:31:09 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Yarl Baudig <yarl-baudig@mailoo.org> skribis:

> These options are callable and documented in the manual but not
> shown by --help.
>
> * guix/scripts/shell.scm: Make --help show --system and
> --list-systems.

Applied, thanks!

Nitpick: Make sure to use spaces, not tabs.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]