From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPZDn-00080i-2m for qemu-devel@nongnu.org; Mon, 17 Mar 2014 11:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPZDh-0005xi-27 for qemu-devel@nongnu.org; Mon, 17 Mar 2014 11:12:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPZDg-0005xR-Qd for qemu-devel@nongnu.org; Mon, 17 Mar 2014 11:12:52 -0400 Date: Mon, 17 Mar 2014 16:12:48 +0100 From: Stefan Hajnoczi Message-ID: <20140317151248.GK4888@stefanha-thinkpad.redhat.com> References: <1395004259-12551-1-git-send-email-maria.k@catit.be> <1395004259-12551-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: <1395004259-12551-4-git-send-email-maria.k@catit.be> Subject: Re: [Qemu-devel] [PATCH 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: kwolf@redhat.com, qemu-devel@nongnu.org, Maria Kustova On Mon, Mar 17, 2014 at 01:10:59AM +0400, Maria Kustova wrote: > 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. > 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 > --- > qemu-io.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Reviewed-by: Stefan Hajnoczi