From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH] Added ability to select only 32 or 64 bit syscall Date: Mon, 30 Sep 2013 13:34:23 -0400 Message-ID: <20130930173423.GA11016@redhat.com> References: <20130927214946.GA30967@redhat.com> <20130930170712.GA9455@redhat.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ildar Muslukhov Cc: trinity@vger.kernel.org On Mon, Sep 30, 2013 at 10:28:27AM -0700, Ildar Muslukhov wrote: > I see, I though of this as a bad wording since architecture means > different things but what we are really doing in this parameter is > picking between 64 and 32 bit types, which is also an architecture. > Right now it expects 32 or 64 as an architecture. Thus you need to run > like > $./trinity -c open,32 duh. Reading the diff now, it seems obvious. Still, I just committed some reworded --help text, and also the error message. thanks, Dave