Skip to content

Commit

Permalink
blockdev: correct man page name in --help
Browse files Browse the repository at this point in the history
Signed-off-by: Ruediger Meier <[email protected]>
  • Loading branch information
rudimeier committed Jun 29, 2017
1 parent 07fd664 commit 43c960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disk-utils/blockdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static void __attribute__((__noreturn__)) usage(void)
_(bdcms[i].help));
}

printf(USAGE_MAN_TAIL("blockdev(1)"));
printf(USAGE_MAN_TAIL("blockdev(8)"));
exit(EXIT_SUCCESS);
}

Expand Down

0 comments on commit 43c960c

Please sign in to comment.