]> err.no Git - util-linux/commitdiff
blkid: fix typo (syntax error)
authorKarel Zak <kzak@redhat.com>
Tue, 3 Feb 2009 20:59:25 +0000 (21:59 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:35:26 +0000 (23:35 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libs/blkid/bin/blkid.c

index 87ee4a9fb200f93d34bda6bc49ac65d6d29270e0..6b2c0a73b535d10ce9e6528662ba96d13caa3dc9 100644 (file)
@@ -72,7 +72,7 @@ static void usage(int error)
                "Low-level probing options:\n"
                "  -p          switch to low-level mode (bypass cache)\n"
                "  -S <bytes>  overwrite device size\n"
-               "  -O <bytes>  probe at the given offset\n\n"
+               "  -O <bytes>  probe at the given offset\n\n",
                                progname);
 
        exit(error);