aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fstrim.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-13 22:34:05 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-13 22:34:05 +0100
commit84d5eddb25930ee8a5ff96536ca6f707d793eb24 (patch)
tree21406cb8b2a2661459e3aba4428e74995d69368d /util-linux/fstrim.c
parent63139b531f7f1d71d8274810b163da1a78d4609e (diff)
downloadbusybox-84d5eddb25930ee8a5ff96536ca6f707d793eb24.tar.gz
help text: replace [OPTIONS] with actual options (if not too long)
function old new delta packed_usage 33620 33665 +45 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/fstrim.c')
-rw-r--r--util-linux/fstrim.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c
index 8d29a6d54..6d673002f 100644
--- a/util-linux/fstrim.c
+++ b/util-linux/fstrim.c
@@ -20,18 +20,10 @@
//usage:#define fstrim_trivial_usage
//usage: "[OPTIONS] MOUNTPOINT"
//usage:#define fstrim_full_usage "\n\n"
-//usage: IF_LONG_OPTS(
-//usage: " -o,--offset OFFSET Offset in bytes to discard from"
-//usage: "\n -l,--length LEN Bytes to discard"
-//usage: "\n -m,--minimum MIN Minimum extent length"
-//usage: "\n -v,--verbose Print number of discarded bytes"
-//usage: )
-//usage: IF_NOT_LONG_OPTS(
//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: )
#include "libbb.h"
#include <linux/fs.h>