guix-patches
[Top][All Lists]
Advanced

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

[bug#43159] [PATCH 2/2] ui: '--help' output links to <https://guix.gnu.o


From: Maxim Cournoyer
Subject: [bug#43159] [PATCH 2/2] ui: '--help' output links to <https://guix.gnu.org/help/>.
Date: Wed, 02 Sep 2020 14:27:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Ludovic Courtès <ludo@gnu.org> writes:

> * guix/ui.scm (show-bug-report-information): Link to
> <https://guix.gnu.org/help/> instead of <https://www.gnu.org/gethelp/>.
> The former is much more useful and includes links to GNU manuals.
> ---
>  guix/ui.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/guix/ui.scm b/guix/ui.scm
> index 4d90a47bb9..87a1925a4b 100644
> --- a/guix/ui.scm
> +++ b/guix/ui.scm
> @@ -542,8 +542,9 @@ There is NO WARRANTY, to the extent permitted by law.
>  Report bugs to: ~a.") %guix-bug-report-address)
>    (format #t (G_ "
>  ~a home page: <~a>") %guix-package-name %guix-home-page-url)
> -  (display (G_ "
> -General help using GNU software: <http://www.gnu.org/gethelp/>"))
> +  (format #t (G_ "
> +General help using Guix and GNU software: <~a>")
> +           "https://guix.gnu.org/help/";)
>    (newline))

LGTM!

Maxim





reply via email to

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