From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 26 Aug 2008 22:46:56 -0700 Subject: [U-Boot] [PATCH] Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions In-Reply-To: <1219767468-12697-1-git-send-email-ptyser@xes-inc.com> References: <> <1219767468-12697-1-git-send-email-ptyser@xes-inc.com> Message-ID: <48B4EA50.10107@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Peter Tyser wrote: > cmd_net.c command descriptions were updated to describe the optional > hostIPaddr argument. The dhcp command help message was also updated > to more closely reflect the other commands in cmd_net.c > > Signed-off-by: Peter Tyser > --- > Applied to net repo. Thanks for cleaning this up! Ben