make --help texts more uniform
function old new delta packed_usage 31062 31035 -27 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f6e20724d4
commit
bbc7bee966
10 changed files with 48 additions and 48 deletions
|
@ -23,9 +23,9 @@
|
|||
//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: " -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue