[PAHOLE]: Fix copy'n'paste error on usage()

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
KOVACS Krisztian 2006-12-20 09:41:25 -02:00 committed by Arnaldo Carvalho de Melo
parent a9d464021d
commit f35522a09f
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ static struct option long_options[] = {
static void usage(void)
{
fprintf(stderr,
"usage: pfunct [options] <file_name> {<function_name>}\n"
"usage: pahole [options] <file_name> {<function_name>}\n"
" where: \n"
" -h, --help show usage info\n"
" -B, --bit_holes <nr_holes> show only structs at least <nr_holes> bit holes\n"