guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: scripts: import: cran: Add missing help for 'styl


From: guix-commits
Subject: branch master updated: scripts: import: cran: Add missing help for 'style' option.
Date: Mon, 29 Mar 2021 14:55:12 -0400

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 <zimon.toutoune@gmail.com>
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 <mail@cbaines.net>
---
 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]