From 13814e3697a7f92c43d8c133f13a433d605f8708 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 18 Mar 2012 17:22:57 +0100 Subject: [PATCH] findmnt: remove dublicate usage() line Signed-off-by: Sami Kerola --- misc-utils/findmnt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c index d9b645c470..fe91abb5f4 100644 --- a/misc-utils/findmnt.c +++ b/misc-utils/findmnt.c @@ -906,7 +906,6 @@ static void __attribute__((__noreturn__)) usage(FILE *out) " -f, --first-only print the first found filesystem only\n")); fprintf(out, _( - " -h, --help display this help text and exit\n" " -i, --invert invert the sense of matching\n" " -l, --list use list format output\n" " -n, --noheadings don't print column headings\n" -- 2.47.2