diff options
-rw-r--r-- | 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 675a02184..51400ef0b 100644 --- a/util-linux/fstrim.c +++ b/util-linux/fstrim.c | |||
@@ -32,7 +32,7 @@ | |||
32 | //usage: " -o OFFSET Offset in bytes to discard from" | 32 | //usage: " -o OFFSET Offset in bytes to discard from" |
33 | //usage: "\n -l LEN Bytes to discard" | 33 | //usage: "\n -l LEN Bytes to discard" |
34 | //usage: "\n -m MIN Minimum extent length" | 34 | //usage: "\n -m MIN Minimum extent length" |
35 | //usage: "\n -v, Print number of discarded bytes" | 35 | //usage: "\n -v Print number of discarded bytes" |
36 | //usage: ) | 36 | //usage: ) |
37 | 37 | ||
38 | #include "libbb.h" | 38 | #include "libbb.h" |