import cran: Document "recursive" option.

* guix/scripts/import/cran.scm: (show-help): Document "recursive" option.
master
Pierre Neidhardt 2018-10-17 13:06:25 +02:00
parent 05f8943f04
commit c4d62443eb
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ Import and convert the CRAN package for PACKAGE-NAME.\n"))
(display (G_ "
-h, --help display this help and exit"))
(display (G_ "
-r, --recursive import packages recursively"))
(display (G_ "
-V, --version display version information and exit"))
(newline)
(show-bug-report-information))