Fix single char for 'database' in %options.

pull/3/head
Mathieu Lirzin 2016-07-03 16:22:23 +02:00
parent 3377d948ef
commit 987f83b000
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
(define %options
'((one-shot (value #f))
(cache-directory (value #t))
(database (single-char #\f) (value #t))
(database (single-char #\D) (value #t))
(interval (single-char #\I) (value #t))
(version (single-char #\V) (value #f))
(help (single-char #\h) (value #f))))