Alex Kost <alez...@gmail.com> skribis: > 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
Right, sounds good. > From 58cf074945b1c20e3badb86bf2ed222f89b2c879 Mon Sep 17 00:00:00 2001 > From: Alex Kost <alez...@gmail.com> > Date: Sun, 7 Jun 2015 11:46:06 +0300 > Subject: [PATCH] guix: Clean up --help messages. > > * guix/scripts/import.scm (show-help): Add newline before a list of > importers. > * guix/scripts/lint.scm (show-help): Split a long description line. > * guix/scripts/system.scm (show-help): Format actions the same way as > guix commands and importers are formatted. OK! Ludo’.