guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] guix: Clean up --help messages.


From: Alex Kost
Subject: Re: [PATCH] guix: Clean up --help messages.
Date: Sun, 07 Jun 2015 22:26:13 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Sorry, there is another thing I forgot.  Currently ‘guix package --help’
displays the following:

--8<---------------cut here---------------start------------->8---
Usage: guix package [OPTION]... PACKAGES...
Install, remove, or upgrade PACKAGES in a single transaction.

  -i, --install=PACKAGE  install PACKAGE
  -e, --install-from-expression=EXP
                         install the package EXP evaluates to
  -r, --remove=PACKAGE   remove PACKAGE
...
--8<---------------cut here---------------end--------------->8---

I think it is not clear that multiple packages may be installed/removed
by a single command.  If it would look like this:

  -i, --install=PACKAGE...  install PACKAGEs

it may not be clear how the PACKAGEs are separated, since it is a common
practice to use "," to separate things after an "=" sign.  So I suggest
to remove "=" from ‘--install’ and ‘--remove’ options:

  -i, --install PACKAGE ...  install PACKAGEs

In my opinion it is the most clear way for that.  WDYT?

The modified patch is attached.

Attachment: 0001-guix-Clean-up-help-messages.patch
Description: Text Data


reply via email to

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