From 48c5942a1e00ea9a661e6e24d358f7408be2d4dc Mon Sep 17 00:00:00 2001 From: Herman Rimm Date: Sun, 26 Jan 2025 21:18:28 +0100 Subject: [PATCH] scripts: import: crate: show-help: Reformat. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/scripts/import/crate.scm (show-help): Reformat and reword --allow-yanked message. Change-Id: I43a50b201be86cd71f6ab51a7161e4009d4918bf Signed-off-by: Ludovic Courtès --- guix/scripts/import/crate.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix/scripts/import/crate.scm b/guix/scripts/import/crate.scm index a4adabfeffe..ac11dabaa3b 100644 --- a/guix/scripts/import/crate.scm +++ b/guix/scripts/import/crate.scm @@ -50,10 +50,10 @@ Import and convert the crates.io package for PACKAGE-NAME.\n")) (display (G_ " --recursive-dev-dependencies include dev-dependencies recursively")) + (newline) (display (G_ " - --allow-yanked - allow importing yanked crates if no alternative - satisfying the version requirement exists")) + --allow-yanked allow importing yanked crates if no alternative + satisfying the version requirement is found")) (newline) (display (G_ " -h, --help display this help and exit"))