me
/
guix
Archived
1
0
Fork 0

scripts: import: cran: Add missing help for 'style' option.

* guix/scripts/import/cran.scm (show-help): Add help message for 'style'
option.

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
zimoun 2021-03-29 15:11:17 +02:00 committed by Christopher Baines
parent 193f181697
commit 55c25ee4c5
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ Import and convert the CRAN package for PACKAGE-NAME.\n"))
(display (G_ "
-r, --recursive import packages recursively"))
(display (G_ "
-s, --style=STYLE choose output style, either specification or variable"))
(display (G_ "
-V, --version display version information and exit"))
(newline)
(show-bug-report-information))