]> err.no Git - util-linux/commitdiff
partx: tiny change in usage()
authorKarel Zak <kzak@redhat.com>
Thu, 9 Dec 2010 22:00:33 +0000 (23:00 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 9 Dec 2010 22:00:33 +0000 (23:00 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
partx/partx.c

index 2b0bc9964ce8b3af11e2f7fc2c33e44acb4bf303..031b285e77d2eb3709edf5d021d1a162b8f8e55d 100644 (file)
@@ -594,7 +594,7 @@ static int __attribute__((__noreturn__)) usage(FILE *out)
 
        fprintf(out, _(
                "\nUsage:\n"
-               " %s [-a|-d|-s] [--nr <N-M> | <device>] <wholedisk>\n"),
+               " %s [-a|-d|-s] [--nr <N:M> | <device>] <wholedisk>\n"),
                program_invocation_short_name);
 
        fprintf(out, _(