summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.c
diff options
context:
space:
mode:
authorKarel Zak2013-01-30 15:59:58 +0100
committerKarel Zak2013-01-30 15:59:58 +0100
commit2be4015b4d3e2fd2803ba9c5846a279b3b1df966 (patch)
treed64352fcb14f3f661e25233bac9b747d6162ce46 /sys-utils/fstrim.c
parentmount: remove ext4 journal=update from man page (diff)
downloadkernel-qcow2-util-linux-2be4015b4d3e2fd2803ba9c5846a279b3b1df966.tar.gz
kernel-qcow2-util-linux-2be4015b4d3e2fd2803ba9c5846a279b3b1df966.tar.xz
kernel-qcow2-util-linux-2be4015b4d3e2fd2803ba9c5846a279b3b1df966.zip
fstrim: remove unnecessary "were" from verbose message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/fstrim.c')
-rw-r--r--sys-utils/fstrim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
index 3fe52fc62..332845643 100644
--- a/sys-utils/fstrim.c
+++ b/sys-utils/fstrim.c
@@ -149,7 +149,7 @@ int main(int argc, char **argv)
SIZE_SUFFIX_SPACE,
(uint64_t) range.len);
/* TRANSLATORS: The standard value here is a very large number. */
- printf(_("%s: %s (%" PRIu64 " bytes) were trimmed\n"),
+ printf(_("%s: %s (%" PRIu64 " bytes) trimmed\n"),
path, str,
(uint64_t) range.len);
free(str);