From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MEmiX-0005Z8-V7 for mharc-grub-devel@gnu.org; Thu, 11 Jun 2009 12:01:30 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEmiW-0005Yf-FT for grub-devel@gnu.org; Thu, 11 Jun 2009 12:01:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEmiS-0005XT-4B for grub-devel@gnu.org; Thu, 11 Jun 2009 12:01:28 -0400 Received: from [199.232.76.173] (port=56997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEmiR-0005XA-8e for grub-devel@gnu.org; Thu, 11 Jun 2009 12:01:23 -0400 Received: from smarthost03.mail.zen.net.uk ([212.23.3.142]:41488) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEmiQ-0005dT-Of for grub-devel@gnu.org; Thu, 11 Jun 2009 12:01:22 -0400 Received: from [82.69.40.219] (helo=riva.pelham.vpn.ucam.org) by smarthost03.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1MEmiP-00011A-QA for grub-devel@gnu.org; Thu, 11 Jun 2009 16:01:21 +0000 Received: from cjwatson by riva.pelham.vpn.ucam.org with local (Exim 3.36 #1 (Debian)) for grub-devel@gnu.org id 1MEmiP-0004NU-00; Thu, 11 Jun 2009 17:01:21 +0100 Date: Thu, 11 Jun 2009 17:01:21 +0100 From: Colin Watson To: grub-devel@gnu.org Message-ID: <20090611160121.GF7367@riva.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-Smarthost03-IP: [82.69.40.219] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: [PATCH] grub-pe2elf --help talks about grub-editenv X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 16:01:29 -0000 Looks like a copy-and-paste job gone slightly wrong. Index: util/grub-pe2elf.c =================================================================== --- util/grub-pe2elf.c (revision 2297) +++ util/grub-pe2elf.c (working copy) @@ -40,10 +40,10 @@ usage (int status) { if (status) - fprintf (stderr, "Try ``grub-editenv --help'' for more information.\n"); + fprintf (stderr, "Try ``grub-pe2elf --help'' for more information.\n"); else printf ("\ -Usage: grub-editenv [OPTIONS] input [output]\n\ +Usage: grub-pe2elf [OPTIONS] input [output]\n\ \n\ Tool to convert pe image to elf.\n\ \nOptions:\n\ Thanks, -- Colin Watson [cjwatson@ubuntu.com]