From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 1/2] kvm tools: remove unused options Date: Tue, 9 Aug 2011 17:41:35 +0200 Message-ID: <20110809154135.GC7867@elte.hu> References: <1312901814-5445-1-git-send-email-walimisdev@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pekka Enberg , Cyrill Gorcunov , Sasha Levin , Prasad Joshi , Asias He , kvm@vger.kernel.org To: walimis Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:58032 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752302Ab1HIPmb (ORCPT ); Tue, 9 Aug 2011 11:42:31 -0400 Content-Disposition: inline In-Reply-To: <1312901814-5445-1-git-send-email-walimisdev@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * walimis wrote: > kvm "--help" and "--version" are not implemented, so remove them to > avoid ambiguous. would be nice to implement them: 'kvm --help' should probably map to 'kvm help', and 'kvm --version' should output something similar to what 'perf --version' does: $ perf --version perf version 3.1.rc1.1356.g57e4aa which is derived from the base kernel sha1. Thanks, Ingo