summaryrefslogtreecommitdiffstats
path: root/partx/partx.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-01-31 11:44:42 +0100
committerKarel Zak2011-02-16 15:30:13 +0100
commite22d8b9519cb8d71fe13cc11105ccb7c29b92a24 (patch)
treead2c675789b7b99c3ac21b48624ff9f680d11d4c /partx/partx.c
parentfsck: use xmalloc, warn & err and new usage (diff)
downloadkernel-qcow2-util-linux-e22d8b9519cb8d71fe13cc11105ccb7c29b92a24.tar.gz
kernel-qcow2-util-linux-e22d8b9519cb8d71fe13cc11105ccb7c29b92a24.tar.xz
kernel-qcow2-util-linux-e22d8b9519cb8d71fe13cc11105ccb7c29b92a24.zip
textual: fix three typos in message strings and improve consistency
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
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);