guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71824] [PATCH] import: go: Fix indentation in help message.


From: Sharlatan Hellseher
Subject: [bug#71824] [PATCH] import: go: Fix indentation in help message.
Date: Mon, 01 Jul 2024 21:53:30 +0100

Hi,

The change looks reasonable while comparing other importer' help:

--8<---------------cut here---------------start------------->8---
(guix/linux-gnu)[sharlatan@guxtil ~/code/guix]$: guix import cran --help
Usage: guix import cran PACKAGE-NAME
Import and convert the CRAN package for PACKAGE-NAME.

  -a, --archive=ARCHIVE  specify the archive repository
  -h, --help             display this help and exit
  -r, --recursive        import packages recursively
  -s, --style=STYLE      choose output style, either specification or variable
  -p, --license-prefix=PREFIX
                         add custom prefix to licenses
  -V, --version          display version information and exit

Report bugs to: bug-guix@gnu.org.
GNU Guix home page: <https://guix.gnu.org>
General help using Guix and GNU software: <https://guix.gnu.org/en/help/>
(guix/linux-gnu)[sharlatan@guxtil ~/code/guix]$: guix import pypi --help
Usage: guix import pypi PACKAGE-NAME
Import and convert the PyPI package for PACKAGE-NAME.

  -h, --help             display this help and exit
  -r, --recursive        import packages recursively
  -V, --version          display version information and exit

Report bugs to: bug-guix@gnu.org.
GNU Guix home page: <https://guix.gnu.org>
General help using Guix and GNU software: <https://guix.gnu.org/en/help/>
(guix/linux-gnu)[sharlatan@guxtil ~/code/guix]$: guix import go --help
Usage: guix import go PACKAGE-PATH[@VERSION]
Import and convert the Go module for PACKAGE-PATH.  Optionally, a version
can be specified after the arobas (@) character.

  -h, --help             display this help and exit
  -r, --recursive        generate package expressions for all Go modules
that are not yet in Guix
  -p, --goproxy=GOPROXY  specify which goproxy server to use
  --pin-versions         use the exact versions of a module's dependencies

Report bugs to: bug-guix@gnu.org.
GNU Guix home page: <https://guix.gnu.org>
--8<---------------cut here---------------end--------------->8---

--
Oleg

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]