diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-21 02:49:58 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-21 02:49:58 +0100 |
commit | bbc7bee9664b582c8237c4b879bba1bdee4d62a6 (patch) | |
tree | 150b33e048693b206af92b258a76d859bcf2a1d8 /util-linux/fstrim.c | |
parent | f6e20724d4aac3655e921ff6072e60bbe182b273 (diff) | |
download | busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.gz busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.bz2 busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.zip |
make --help texts more uniform
function old new delta
packed_usage 31062 31035 -27
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/fstrim.c')
-rw-r--r-- | util-linux/fstrim.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c index fc51878b6..563aa9720 100644 --- a/util-linux/fstrim.c +++ b/util-linux/fstrim.c | |||
@@ -23,9 +23,9 @@ | |||
23 | //usage: "[OPTIONS] MOUNTPOINT" | 23 | //usage: "[OPTIONS] MOUNTPOINT" |
24 | //usage:#define fstrim_full_usage "\n\n" | 24 | //usage:#define fstrim_full_usage "\n\n" |
25 | //usage: IF_LONG_OPTS( | 25 | //usage: IF_LONG_OPTS( |
26 | //usage: " -o,--offset=OFFSET Offset in bytes to discard from" | 26 | //usage: " -o,--offset OFFSET Offset in bytes to discard from" |
27 | //usage: "\n -l,--length=LEN Bytes to discard" | 27 | //usage: "\n -l,--length LEN Bytes to discard" |
28 | //usage: "\n -m,--minimum=MIN Minimum extent length" | 28 | //usage: "\n -m,--minimum MIN Minimum extent length" |
29 | //usage: "\n -v,--verbose Print number of discarded bytes" | 29 | //usage: "\n -v,--verbose Print number of discarded bytes" |
30 | //usage: ) | 30 | //usage: ) |
31 | //usage: IF_NOT_LONG_OPTS( | 31 | //usage: IF_NOT_LONG_OPTS( |