[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: import cran: Document "recursive" option.
From: |
Pierre Neidhardt |
Subject: |
01/01: import cran: Document "recursive" option. |
Date: |
Wed, 17 Oct 2018 07:07:12 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit c4d62443eb50a615d47b590a7fedcc7f7f0ec100
Author: Pierre Neidhardt <address@hidden>
Date: Wed Oct 17 13:06:25 2018 +0200
import cran: Document "recursive" option.
* guix/scripts/import/cran.scm: (show-help): Document "recursive" option.
---
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 30ae6d4..794fb71 100644
--- a/guix/scripts/import/cran.scm
+++ b/guix/scripts/import/cran.scm
@@ -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))