From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 2] xl: fixes and improvements to xl command line parsing Date: Mon, 23 Aug 2010 15:50:12 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org First patch fixes a bunch of sub-commands which are broken due to not correctly following the need to parse options wrt the global optind. Second patch then does away with the confusing need to parse options wrt the global optind. (second patch isn't strictly necessary but I think it is a good idea)