Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- misc-utils/findmnt.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c index f6c864f..3089cce 100644 --- a/misc-utils/findmnt.c +++ b/misc-utils/findmnt.c @@ -1050,12 +1050,11 @@ static void __attribute__((__noreturn__)) usage(FILE *out) " -N, --task <tid> use alternative namespace (/proc/<tid>/mountinfo file)\n" " -n, --noheadings don't print column headings\n" " -u, --notruncate don't truncate text in columns\n")); - fprintf(out, _( - " -O, --options <list> limit the set of filesystems by mount options\n" - " -o, --output <list> the output columns to be shown\n" - " -P, --pairs use key=\"value\" output format\n" - " -r, --raw use raw output format\n" - " -t, --types <list> limit the set of filesystems by FS types\n")); +fputs (_(" -O, --options <list> limit the set of filesystems by mount options\n"), out); +fputs (_(" -o, --output <list> the output columns to be shown\n"), out); +fputs (_(" -P, --pairs use key=\"value\" output format\n"), out); +fputs (_(" -r, --raw use raw output format\n"), out); +fputs (_(" -t, --types <list> limit the set of filesystems by FS types\n"), out); fprintf(out, _( " -v, --nofsroot don't print [/dir] for bind or btrfs mounts\n" " -R, --submounts print all submounts for the matching filesystems\n" -- 1.8.1.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html