From bbc7bee9664b582c8237c4b879bba1bdee4d62a6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 21 Jan 2017 02:49:58 +0100 Subject: make --help texts more uniform function old new delta packed_usage 31062 31035 -27 Signed-off-by: Denys Vlasenko --- util-linux/fstrim.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util-linux/fstrim.c') 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 @@ //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( -- cgit v1.2.3