From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxWQf-0003Pd-R3 for qemu-devel@nongnu.org; Wed, 27 May 2015 04:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxWQc-0002Ii-KE for qemu-devel@nongnu.org; Wed, 27 May 2015 04:11:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxWQc-0002Ib-D5 for qemu-devel@nongnu.org; Wed, 27 May 2015 04:11:06 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t4R8B5b0003430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 27 May 2015 04:11:06 -0400 From: Markus Armbruster References: <1432683917-19906-1-git-send-email-bsd@redhat.com> <1432683917-19906-3-git-send-email-bsd@redhat.com> Date: Wed, 27 May 2015 10:11:03 +0200 In-Reply-To: <1432683917-19906-3-git-send-email-bsd@redhat.com> (Bandan Das's message of "Tue, 26 May 2015 19:45:17 -0400") Message-ID: <87vbfeqw2w.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 2/2] monitor: suggest running "help" for command errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bandan Das Cc: qemu-devel@nongnu.org Bandan Das writes: > When a command fails due to incorrect syntax or input, > suggest using the "help" command to get more information > about the command. This is only applicable for HMP. > > Before: > (qemu) drive_add usb_flash_drive > drive_add: string expected > After: > (qemu) drive_add usb_flash_drive > drive_add: string expected > Try "help drive_add" for more information Reviewed-by: Markus Armbruster