[git commit] fstrim: fix help text

Denys Vlasenko vda.linux at googlemail.com
Wed Feb 4 14:19:38 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=3c5d133c7def0718e313928c69bde2e9784ce58e
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/fstrim.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c
index 675a021..51400ef 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"


More information about the busybox-cvs mailing list