Skip to content

Commit

Permalink
blkid: fix usage()
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Zak <[email protected]>
  • Loading branch information
karelzak committed Nov 29, 2018
1 parent 5e91d5d commit 0ab0817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc-utils/blkid.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_( " -O, --offset <offset> probe at the given offset\n"), out);
fputs(_( " -u, --usages <list> filter by \"usage\" (e.g. -u filesystem,raid)\n"), out);
fputs(_( " -n, --match-types <list> filter by filesystem type (e.g. -n vfat,ext3)\n"), out);
fputs(_( " -D, --no-part-details don't print info from partition table\n"), out);
fputs(_( " -D, --no-part-details don't print info from partition table\n"), out);

fputs(USAGE_SEPARATOR, out);
printf(USAGE_HELP_OPTIONS(28));
Expand Down

0 comments on commit 0ab0817

Please sign in to comment.