From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPqBl-0005Bu-2H for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPqBe-0001KF-5F for qemu-devel@nongnu.org; Tue, 18 Mar 2014 05:20:01 -0400 Date: Tue, 18 Mar 2014 10:19:45 +0100 From: Kevin Wolf Message-ID: <20140318091945.GD4607@noname.str.redhat.com> References: <1395122359-28890-1-git-send-email-maria.k@catit.be> <1395122359-28890-4-git-send-email-maria.k@catit.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1395122359-28890-4-git-send-email-maria.k@catit.be> Subject: Re: [Qemu-devel] [PATCH v2 3/3] qemu-io: Extended "--cmd" description in usage text List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Kustova Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, stefanha@redhat.com, Maria Kustova Am 18.03.2014 um 06:59 hat Maria Kustova geschrieben: > It's not clear from the usage description that "--cmd" option accepts its argument as a string, so any special symbols have to be quoted from the shell. For future patches, please make sure to wrap your lines in the commit message at ideally ~72, but at most 80 characters. This instance I fixed up while applying the patch. Kevin > Updates in usage text: > - Specified parameter format for "--cmd" option. > - Added an instruction how to get help for "--cmd" option. > > Signed-off-by: Maria Kustova