From b31fd516ff04b880ea9cfc13faf030924f30d5fc Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 9 Mar 2016 11:55:01 +0100 Subject: blkdiscard: slice up the recently changed usage text Signed-off-by: Benno Schulenberg --- sys-utils/blkdiscard.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'sys-utils/blkdiscard.c') diff --git a/sys-utils/blkdiscard.c b/sys-utils/blkdiscard.c index ff2cee355..c83e12f20 100644 --- a/sys-utils/blkdiscard.c +++ b/sys-utils/blkdiscard.c @@ -87,16 +87,17 @@ static void __attribute__((__noreturn__)) usage(FILE *out) fputs(_("Discard the content of sectors on a device.\n"), out); fputs(USAGE_OPTIONS, out); - fputs(_(" -o, --offset offset in bytes to discard from\n" - " -l, --length length of bytes to discard from the offset\n" - " -p, --step size of the discard iterations within the offset\n" - " -s, --secure perform secure discard\n" - " -z, --zeroout zero-fill rather than discard\n" - " -v, --verbose print aligned length and offset\n"), - out); + fputs(_(" -o, --offset offset in bytes to discard from\n"), out); + fputs(_(" -l, --length length of bytes to discard from the offset\n"), out); + fputs(_(" -p, --step size of the discard iterations within the offset\n"), out); + fputs(_(" -s, --secure perform secure discard\n"), out); + fputs(_(" -z, --zeroout zero-fill rather than discard\n"), out); + fputs(_(" -v, --verbose print aligned length and offset\n"), out); + fputs(USAGE_SEPARATOR, out); fputs(USAGE_HELP, out); fputs(USAGE_VERSION, out); + fprintf(out, USAGE_MAN_TAIL("blkdiscard(8)")); exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS); } -- cgit v1.2.3-55-g7522