am fc2f7cb6: Fix usage string.

Merge commit 'fc2f7cb69e3f15a616330a69f0675675c68112f3' into gingerbread-plus-aosp

* commit 'fc2f7cb69e3f15a616330a69f0675675c68112f3':
  Fix usage string.
This commit is contained in:
Ying Wang 2010-08-23 13:14:42 -07:00 committed by Android Git Automerger
commit 0cd43305e9
1 changed files with 1 additions and 0 deletions

View File

@ -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;