Skip to content

Commit

Permalink
Fix usage string.
Browse files Browse the repository at this point in the history
Change-Id: Iaa99a1bb8bb6998082f3553689b5b812a6471514
  • Loading branch information
Ying Wang committed Aug 23, 2010
1 parent 7ab237f commit fc2f7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkbootimg/mkbootimg.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ int usage(void)
" [ --cmdline <kernel-commandline> ]\n"
" [ --board <boardname> ]\n"
" [ --base <address> ]\n"
" [ --pagesize <pagesize> ]\n"
" -o|--output <filename>\n"
);
return 1;
Expand Down

0 comments on commit fc2f7cb

Please sign in to comment.