summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/samples/mount.c
diff options
context:
space:
mode:
authorBenno Schulenberg2011-01-31 22:35:44 +0100
committerKarel Zak2011-02-16 15:46:38 +0100
commite8ab5ce3d0ea7e63194bf96964c4dc637b998aeb (patch)
tree8bd60162296113b294e6345a2d9081159e6566ae /shlibs/mount/samples/mount.c
parenttextual: fix three typos in message strings and improve consistency (diff)
downloadkernel-qcow2-util-linux-e8ab5ce3d0ea7e63194bf96964c4dc637b998aeb.tar.gz
kernel-qcow2-util-linux-e8ab5ce3d0ea7e63194bf96964c4dc637b998aeb.tar.xz
kernel-qcow2-util-linux-e8ab5ce3d0ea7e63194bf96964c4dc637b998aeb.zip
textual: improve the wording of some error and usage messages
[kzak@redhat.com: - cleanup lscpu(1) usage text - use <disk> rather than <device> in partx(8) usage text] Signed-off-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/samples/mount.c')
-rw-r--r--shlibs/mount/samples/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/samples/mount.c b/shlibs/mount/samples/mount.c
index 38960f8dc..ed3c99a9b 100644
--- a/shlibs/mount/samples/mount.c
+++ b/shlibs/mount/samples/mount.c
@@ -305,7 +305,7 @@ int main(int argc, char **argv)
case 'L':
case 'U':
if (source)
- errx(EX_USAGE, _("only one <source> could be specified"));
+ errx(EX_USAGE, _("only one <source> may be specified"));
if (asprintf(&srcbuf, "%s=\"%s\"",
c == 'L' ? "LABEL" : "UUID", optarg) <= 0)
err(EX_SYSERR, _("failed to allocate source buffer"));