mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
36f57d0718
commit
48c5942a1e
1 changed files with 3 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue