Skip to content

Commit

Permalink
pgc: fix help display ("-f")
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolai Stange <[email protected]>
  • Loading branch information
nicstange committed Feb 4, 2019
1 parent cd82cf1 commit a383b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgc.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ static void show_help(void)
"directory to scan for files with\n"
"\t\t\t\t\tresident pages to use as resident set\n"
"\t\t\t\t\tcandidates\n");
printf("-d, --resident-set-fillup-file=FILE\t"
printf("-f, --resident-set-fillup-file=FILE\t"
"file to fill up the resident set\n"
"\t\t\t\t\tcandidates from\n");
printf("-q, --refresh-only-resident\t\t"
Expand Down

0 comments on commit a383b7d

Please sign in to comment.