]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
src: fix loblksize usage message
authorOmar Sandoval <osandov@fb.com>
Fri, 10 Nov 2017 21:23:41 +0000 (13:23 -0800)
committerOmar Sandoval <osandov@fb.com>
Fri, 10 Nov 2017 21:34:40 +0000 (13:34 -0800)
BLKSIZE is not optional.

Signed-off-by: Omar Sandoval <osandov@fb.com>
src/loblksize.c

index e32488f6e9cb69325b9078ac6238169674611499..9a44118f3e61b0e97696abe2dcb01df58ae029f2 100644 (file)
@@ -37,7 +37,7 @@ int main(int argc, char **argv)
        int fd = -1;
 
        if (argc != 3) {
-               fprintf(stderr, "usage: %s DEV [BLKSIZE]\n", argv[0]);
+               fprintf(stderr, "usage: %s DEV BLKSIZE\n", argv[0]);
                return 1;
        }