Give command names less room in help output
So far no command name has gone beyond 15 characters, and the purge help text was 2 characters too wide.
This commit is contained in:
parent
d1245a3d7f
commit
0272a7d17e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ COMMAND."
|
||||||
(newline)
|
(newline)
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (cmd)
|
(lambda (cmd)
|
||||||
(format #t " ~a~20t~a~%" (car cmd) (assq-ref cmd #:usage)))
|
(format #t " ~a~15t~a~%" (car cmd) (assq-ref cmd #:usage)))
|
||||||
command-list))))
|
command-list))))
|
||||||
|
|
||||||
(define (known? repo)
|
(define (known? repo)
|
||||||
|
|
Loading…
Reference in a new issue