From: Karel Zak Date: Tue, 3 Feb 2009 20:59:25 +0000 (+0100) Subject: blkid: fix typo (syntax error) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd63eac3100864a3c4dea45ecc1c5a21b1c6659;p=util-linux 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 87ee4a9f..6b2c0a73 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);