scripts: import: crate: show-help: Reformat.

* guix/scripts/import/crate.scm (show-help): Reformat and reword
--allow-yanked message.

Change-Id: I43a50b201be86cd71f6ab51a7161e4009d4918bf
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Herman Rimm 2025-01-26 21:18:28 +01:00 committed by Ludovic Courtès
parent 36f57d0718
commit 48c5942a1e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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"))