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
1 changed files with 3 additions and 2 deletions
|
@ -545,8 +545,9 @@ There is NO WARRANTY, to the extent permitted by law.
|
||||||
Report bugs to: ~a.") %guix-bug-report-address)
|
Report bugs to: ~a.") %guix-bug-report-address)
|
||||||
(format #t (G_ "
|
(format #t (G_ "
|
||||||
~a home page: <~a>") %guix-package-name %guix-home-page-url)
|
~a home page: <~a>") %guix-package-name %guix-home-page-url)
|
||||||
(display (G_ "
|
(format #t (G_ "
|
||||||
General help using GNU software: <http://www.gnu.org/gethelp/>"))
|
General help using Guix and GNU software: <~a>")
|
||||||
|
"https://guix.gnu.org/help/")
|
||||||
(newline))
|
(newline))
|
||||||
|
|
||||||
(define (augmented-system-error-handler file)
|
(define (augmented-system-error-handler file)
|
||||||
|
|
Reference in a new issue