From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1C6qai-0000CH-8N for mharc-grub-devel@gnu.org; Mon, 13 Sep 2004 09:09:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6qag-0000CC-Ur for grub-devel@gnu.org; Mon, 13 Sep 2004 09:09:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6qaf-0000Bi-5E for grub-devel@gnu.org; Mon, 13 Sep 2004 09:09:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6qaf-0000Bb-3I for grub-devel@gnu.org; Mon, 13 Sep 2004 09:09:53 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C6qUu-0003h9-OQ for grub-devel@gnu.org; Mon, 13 Sep 2004 09:03:56 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 3F10FF54F5ED for ; Mon, 13 Sep 2004 15:03:54 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 13 Sep 2004 15:04:06 +0200 User-Agent: KMail/1.6.1 References: <200409102249.52916.okuji@enbug.org> <200409102340.58376.okuji@enbug.org> <873c1pvf96.fsf@marco.marco-g.com> In-Reply-To: <873c1pvf96.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200409131504.06984.okuji@enbug.org> Subject: Re: menu enchancement 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: Mon, 13 Sep 2004 13:09:55 -0000 On Saturday 11 September 2004 02:08, Marco Gerards wrote: > - help > > Why do you want this? Just use `ls --help' instead. Or do you want > it to show the --usage of all commands? Just type "help" in GRUB Legacy. How do you get this kind of listings only with --help? I think "help COMMAND" should be equivalent to "COMMAND --help". "help" with no argument should provide a good formating of available commands. > - pager > > I made a variable `pager' for this like we discussed a long time ago. > Or do you want this to be turned into a command? No. I forgot it. Okuji