An error occurred while fetching folder content.
fiptool: print new lines of usage to stdout instead of stderr
Masahiro Yamada authored
The strings in usage functions are sent to stdout by printf(),
but some new lines are sent to stderr by fputc(..., stderr).

This inconsistency will break the usage format when users re-direct
stdout or stderr.  Just use printf() for consistency.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
95d2b268
Name Last commit Last update