From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elVsj-0008Rp-QQ for guix-patches@gnu.org; Tue, 13 Feb 2018 03:24:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elVsg-0006sW-M3 for guix-patches@gnu.org; Tue, 13 Feb 2018 03:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60729) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1elVsg-0006sJ-At for guix-patches@gnu.org; Tue, 13 Feb 2018 03:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1elVsg-0007Un-4i for guix-patches@gnu.org; Tue, 13 Feb 2018 03:24:02 -0500 Subject: [bug#30410] [PATCH 2/2] doc: Document the --manifest option for guix pack. Resent-Message-ID: From: Konrad Hinsen In-Reply-To: <86r2pq81fh.fsf@gmail.com> References: <86r2pq81fh.fsf@gmail.com> Date: Tue, 13 Feb 2018 09:23:12 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: myglc2@gmail.com Cc: 30410@debbugs.gnu.org Hi George, > FWIW, here are a few thoughts ... > > It would be helpful to add an example or two of "list of packages". That basically means that my doc isn't clear enough :-( There is no special "list of packages". What I refer to is a command line with multiple package arguments, either package names or -e arguments. The point is that "-m manifest.scm" and package-name or -e arguments are mutually exclusive. The problem I had with formulating this is that package-name arguments are never explicitly mentioned in the documentation, only options are documented. The only way to know that you can just list package names on the command line is looking at the examples. Any idea of how to do this better? Konrad.