]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hardlink: Wrap -b to 80 cols, in --help
authorFeRD (Frank Dana) <ferdnyc@gmail.com>
Mon, 9 May 2022 21:14:48 +0000 (17:14 -0400)
committerFeRD (Frank Dana) <ferdnyc@gmail.com>
Mon, 9 May 2022 21:15:34 +0000 (17:15 -0400)
Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
misc-utils/hardlink.c

index 0f1c726c64fe9f95d259e03adb6964c90d0dbb1b..eec428dfa8ebf0f8864de51644cbcc11f8803965 100644 (file)
@@ -1144,7 +1144,8 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -i, --include <regex>      regular expression to include files/dirs\n"), out);
        fputs(_(" -s, --minimum-size <size>  minimum size for files.\n"), out);
        fputs(_(" -S, --maximum-size <size>  maximum size for files.\n"), out);
-       fputs(_(" -b, --io-size <size>       I/O buffer size for file reading (speedup, using more RAM)\n"), out);
+       fputs(_(" -b, --io-size <size>       I/O buffer size for file reading\n"
+               "                              (speedup, using more RAM)\n"), out);
        fputs(_(" -r, --cache-size <size>    memory limit for cached file content data\n"), out);
 
        fputs(USAGE_SEPARATOR, out);