]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd_sf: use cmd_usage() in more places
authorMike Frysinger <vapier@gentoo.org>
Tue, 12 Apr 2011 06:21:31 +0000 (02:21 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Apr 2011 06:30:25 +0000 (02:30 -0400)
commit8a07de03f07f386c29198f52b2192cf378bf2d7c
treeb85019340e7f7b27fa7809c6140d33cffd469665
parent840ff998895944fc51303cc43fdb258c4f89279c
cmd_sf: use cmd_usage() in more places

Requires a little reworking of the code flow with sub-functions, but
not a big deal.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/cmd_sf.c