~ruther/guix-local

48c5942a1e00ea9a661e6e24d358f7408be2d4dc — Herman Rimm 1 year, 1 month ago 36f57d0
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>
1 files changed, 3 insertions(+), 3 deletions(-)

M guix/scripts/import/crate.scm
M guix/scripts/import/crate.scm => guix/scripts/import/crate.scm +3 -3
@@ 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"))