Re: [U-Boot] [PATCH 0/5] Command usage cleanup

2009-01-27 Thread Wolfgang Denk
Dear Peter Tyser, In message <1230746884-6510-1-git-send-email-pty...@xes-inc.com> you wrote: > This patch series attempts to clean up how the "usage" field > of the cmd_tbl_s structure is used. It does 3 things: > 1. Adds a cmd_usage() function to print a command's usage > 2. Removes the command

[U-Boot] [PATCH 0/5] Command usage cleanup

2008-12-31 Thread Peter Tyser
This patch series attempts to clean up how the "usage" field of the cmd_tbl_s structure is used. It does 3 things: 1. Adds a cmd_usage() function to print a command's usage 2. Removes the command name from the usage field for all commands 3. Removes newlines from the usage field of all commands T