Re: [U-Boot] [PATCH 1/2] tools/env: allow option "-n" for fw_printenv

2010-09-18 Thread Wolfgang Denk
Dear Daniel Hobi, In message <1284572787-9842-1-git-send-email-daniel.h...@schmid-telecom.ch> you wrote: > In commit bd7b26f8 (Tools: set multiple variable with fw_setenv utility), > the option parsing was changed to getopt_long(3), but option "-n" > of fw_printenv was not included. > > This lea

[U-Boot] [PATCH 1/2] tools/env: allow option "-n" for fw_printenv

2010-09-15 Thread Daniel Hobi
In commit bd7b26f8 (Tools: set multiple variable with fw_setenv utility), the option parsing was changed to getopt_long(3), but option "-n" of fw_printenv was not included. This leads to an error message "invalid option -- 'n'" on stderr, although the output on stdout is correct. Signed-off-by: D