diff options
author | Herman Rimm <herman@rimm.ee> | 2025-01-26 21:18:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-02-09 18:20:40 +0100 |
commit | 48c5942a1e00ea9a661e6e24d358f7408be2d4dc (patch) | |
tree | 4315aea9e017a01ed5a2fe05a9d23152cf1f74dd | |
parent | 36f57d0718b907325662b23fb1f1514a6d1bbd1d (diff) |
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>
-rw-r--r-- | guix/scripts/import/crate.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guix/scripts/import/crate.scm b/guix/scripts/import/crate.scm index a4adabfeff..ac11dabaa3 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")) |