summaryrefslogtreecommitdiffstats
path: root/partx/partx.c
diff options
context:
space:
mode:
Diffstat (limited to 'partx/partx.c')
-rw-r--r--partx/partx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/partx/partx.c b/partx/partx.c
index 1a60cb455..84cb1a17f 100644
--- a/partx/partx.c
+++ b/partx/partx.c
@@ -774,7 +774,7 @@ int main(int argc, char **argv)
usage(stderr);
if (device && (upper || lower))
- errx(EXIT_FAILURE, _("--nr and <partition> are mutually exclusive}"));
+ errx(EXIT_FAILURE, _("--nr and <partition> are mutually exclusive"));
assert(wholedisk);