From: Benno Schulenberg Date: Sat, 15 Feb 2025 16:18:41 +0000 (+0100) Subject: mkfs.cramfs: in usage text, separate two direct arguments from options X-Git-Tag: v2.42-start~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97730eeb4c25f8195315ca0f32720494dca5400c;p=thirdparty%2Futil-linux.git mkfs.cramfs: in usage text, separate two direct arguments from options Signed-off-by: Benno Schulenberg --- diff --git a/disk-utils/mkfs.cramfs.c b/disk-utils/mkfs.cramfs.c index f4ada9052..51fa2122a 100644 --- a/disk-utils/mkfs.cramfs.c +++ b/disk-utils/mkfs.cramfs.c @@ -144,6 +144,7 @@ static void __attribute__((__noreturn__)) usage(void) fputsln(_( " -s sort directory entries (old option, ignored)"), stdout); fputsln(_( " -z make explicit holes"), stdout); fputsln(_( " -l[=] use exclusive device lock (yes, no or nonblock)"), stdout); + fputs(USAGE_SEPARATOR, stdout); fputsln(_( " dirname root of the filesystem to be compressed"), stdout); fputsln(_( " outfile output file"), stdout); fputs(USAGE_SEPARATOR, stdout);