This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 55c25ee scripts: import: cran: Add missing help for 'style' option.
55c25ee is described below
commit 55c25ee4c5cee0707c94f773eb7d1686f79cff75
Author: zimoun <[email protected]>
AuthorDate: Mon Mar 29 15:11:17 2021 +0200
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 <[email protected]>
---
guix/scripts/import/cran.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guix/scripts/import/cran.scm b/guix/scripts/import/cran.scm
index 4767bc0..aa3ef32 100644
--- a/guix/scripts/import/cran.scm
+++ b/guix/scripts/import/cran.scm
@@ -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))