me
/
guix
Archived
1
0
Fork 0

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.
master
Ludovic Courtès 2020-09-01 22:23:50 +02:00
parent f17e1802ec
commit 991fdb0d64
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -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)