guix-commits
[Top][All Lists]
Advanced

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

02/05: ui: '--help' output links to <https://guix.gnu.org/help/>.


From: guix-commits
Subject: 02/05: ui: '--help' output links to <https://guix.gnu.org/help/>.
Date: Thu, 10 Sep 2020 06:30:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 991fdb0d6496358c8f11708b1d0de4f06ebf7785
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 1 22:23:50 2020 +0200

    ui: '--help' output links to <https://guix.gnu.org/help/>.
    
    * 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 9513f42..6841b0f 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -545,8 +545,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))
 
 (define (augmented-system-error-handler file)



reply via email to

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