From 55c25ee4c5cee0707c94f773eb7d1686f79cff75 Mon Sep 17 00:00:00 2001 From: zimoun Date: Mon, 29 Mar 2021 15:11:17 +0200 Subject: 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 --- guix/scripts/import/cran.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guix/scripts/import/cran.scm') diff --git a/guix/scripts/import/cran.scm b/guix/scripts/import/cran.scm index 4767bc082d..aa3ef324e0 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)) -- cgit v1.2.3