From: Karel Zak Date: Tue, 16 Aug 2011 15:05:12 +0000 (+0200) Subject: blkid: fix typo X-Git-Tag: v2.20-rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2327e2d6d75cf99b2f482677ca471b8146e52e65;p=thirdparty%2Futil-linux.git blkid: fix typo Signed-off-by: Karel Zak --- diff --git a/misc-utils/blkid.c b/misc-utils/blkid.c index 2dc749aaf0..b1fd385bbd 100644 --- a/misc-utils/blkid.c +++ b/misc-utils/blkid.c @@ -65,7 +65,7 @@ static void usage(int error) " [-t ] [-w ] [ ...]\n\n" " %1$s -p [-s ] [-O ] [-S ] \n" " [-o ] ...\n\n" - " %1$s -i [-s ] [-o ] ...\n\n"); + " %1$s -i [-s ] [-o ] ...\n\n" "Options:\n" " -c cache file (default: /etc/blkid.tab, /dev/null = none)\n" " -d don't encode non-printing characters\n" @@ -89,8 +89,7 @@ static void usage(int error) " -O probe at the given offset\n" " -u filter by \"usage\" (e.g. -u filesystem,raid)\n" " -n filter by filesystem type (e.g. -n vfat,ext3)\n" - "\n", - progname); + "\n", progname); exit(error); }