Skip to content

Commit

Permalink
memhog: Update memhog usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunsheng Luo authored and andikleen committed Mar 14, 2023
1 parent e7a3eb2 commit 17ea3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memhog.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum {

static void usage(void)
{
printf("memhog [-fFILE] [-rNUM] size[kmg] [policy [nodeset]]\n");
printf("memhog [-fFILE] [-rNUM] [-H] size[kmg] [policy [nodeset]]\n");
printf("-f mmap is backed by FILE\n");
printf("-rNUM repeat memset NUM times\n");
printf("-H disable transparent hugepages\n");
Expand Down

0 comments on commit 17ea3b1

Please sign in to comment.