mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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 @@ (define (show-bug-report-information)
|
|||
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 a new issue