From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1OYl-0002M6-7o for qemu-devel@nongnu.org; Tue, 05 Mar 2019 23:53:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1OYj-0005tU-Eu for qemu-devel@nongnu.org; Tue, 05 Mar 2019 23:53:38 -0500 Received: from smtp.lg.ehu.es ([158.227.0.66]:38039 helo=smtp.ehu.eus) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h1OYi-0005sA-6J for qemu-devel@nongnu.org; Tue, 05 Mar 2019 23:53:37 -0500 Date: Wed, 6 Mar 2019 04:53:35 +0000 From: Unai Martinez-Corral Message-ID: <20190306045335.GH75@03612eec87fc> References: <20190306031221.GA53@03612eec87fc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190306031221.GA53@03612eec87fc> Subject: [Qemu-devel] [PATCH v3 8/10] qemu-binfmt-conf.sh: refactor usage() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: laurent@vivier.eu, riku.voipio@iki.fi, eblake@redhat.com Reorder how the options are presented to the user. Move 'systemd' and 'debian' to the end, so that the latter is close to the additional comments and example commands about it. Make the order in the prototype consistent with the list where each option is explained. Signed-off-by: Unai Martinez-Corral --- scripts/qemu-binfmt-conf.sh | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/scripts/qemu-binfmt-conf.sh b/scripts/qemu-binfmt-conf.sh index 824e3c4c34..4a45636b53 100755 --- a/scripts/qemu-binfmt-conf.sh +++ b/scripts/qemu-binfmt-conf.sh @@ -197,9 +197,9 @@ qemu_get_family() { usage() { cat <