From: Sami Kerola Date: Sun, 18 Mar 2012 16:22:57 +0000 (+0100) Subject: findmnt: remove dublicate usage() line X-Git-Tag: v2.22-rc1~574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13814e3697a7f92c43d8c133f13a433d605f8708;p=thirdparty%2Futil-linux.git findmnt: remove dublicate usage() line Signed-off-by: Sami Kerola --- 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"