summaryrefslogtreecommitdiff
path: root/partx
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-12-09 23:00:33 +0100
committerKarel Zak <kzak@redhat.com>2010-12-09 23:00:33 +0100
commit0742ce4ae59c27ef931eb80e24d7955ff3ef27e5 (patch)
treef42a1628578b104cb5bca0179b459954c7b5c55e /partx
parent5de966b34b86cd0845ea9b17ab1bfe5b8bcb8ae9 (diff)
downloadutil-linux-old-0742ce4ae59c27ef931eb80e24d7955ff3ef27e5.tar.gz
partx: tiny change in usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'partx')
-rw-r--r--partx/partx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/partx/partx.c b/partx/partx.c
index 2b0bc996..031b285e 100644
--- a/partx/partx.c
+++ b/partx/partx.c
@@ -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, _(