aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-02-04 15:19:38 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-02-04 15:19:38 +0100
commit3c5d133c7def0718e313928c69bde2e9784ce58e (patch)
treec16bef11a372b7d5c933ca8597ea0cae6556f395 /util-linux
parenta75dcd4353566f1a2d64baa642f1276f8ffd6ed4 (diff)
downloadbusybox-3c5d133c7def0718e313928c69bde2e9784ce58e.tar.gz
fstrim: fix help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/fstrim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c
index 675a02184..51400ef0b 100644
--- a/util-linux/fstrim.c
+++ b/util-linux/fstrim.c
@@ -32,7 +32,7 @@
//usage: " -o OFFSET Offset in bytes to discard from"
//usage: "\n -l LEN Bytes to discard"
//usage: "\n -m MIN Minimum extent length"
-//usage: "\n -v, Print number of discarded bytes"
+//usage: "\n -v Print number of discarded bytes"
//usage: )
#include "libbb.h"