From: Karel Zak Date: Tue, 3 Feb 2009 20:59:25 +0000 (+0100) Subject: blkid: fix typo (syntax error) X-Git-Tag: v2.15-rc1~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fd63eac3100864a3c4dea45ecc1c5a21b1c6659;p=thirdparty%2Futil-linux.git blkid: fix typo (syntax error) Signed-off-by: Karel Zak --- diff --git a/libs/blkid/bin/blkid.c b/libs/blkid/bin/blkid.c index 87ee4a9fb2..6b2c0a73b5 100644 --- a/libs/blkid/bin/blkid.c +++ b/libs/blkid/bin/blkid.c @@ -72,7 +72,7 @@ static void usage(int error) "Low-level probing options:\n" " -p switch to low-level mode (bypass cache)\n" " -S overwrite device size\n" - " -O probe at the given offset\n\n" + " -O probe at the given offset\n\n", progname); exit(error);