From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2IiQ-0004vk-E1 for qemu-devel@nongnu.org; Mon, 16 May 2016 09:37:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2IiK-00076B-Db for qemu-devel@nongnu.org; Mon, 16 May 2016 09:37:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2IiK-000767-7S for qemu-devel@nongnu.org; Mon, 16 May 2016 09:37:40 -0400 From: "Richard W.M. Jones" Date: Mon, 16 May 2016 14:37:35 +0100 Message-Id: <1463405856-17063-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v2] vl.c: Add '-L help' which lists data dirs. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: pbonzini@redhat.com Cc: qemu-devel@nongnu.org, berrange@redhat.com, peter.maydell@linaro.org v1 -> v2: Avoid mentioning -L ? in the manual, commit messages etc. Because I'm using the is_help_option function, -L ? is still accepted. Rich.