3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
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

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))