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.
This commit is contained in:
parent
f17e1802ec
commit
991fdb0d64
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user