From 885336d9dcab213d3c1694142611a7dfb4cd85c0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 6 May 2020 15:18:52 +0200 Subject: [PATCH] wipefs: fix man page --no-headings short option Addresses: https://github.com/karelzak/util-linux/issues/1029 Signed-off-by: Karel Zak --- misc-utils/wipefs.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/wipefs.8 b/misc-utils/wipefs.8 index a6f8be7a5b..b755df903b 100644 --- a/misc-utils/wipefs.8 +++ b/misc-utils/wipefs.8 @@ -77,7 +77,7 @@ Display help text and exit. .BR \-J , " \-\-json" Use JSON output format. .TP -.BR \-n , " \-\-noheadings" +.BR \-i , " \-\-noheadings" Do not print a header line. .TP .BR \-O , " \-\-output " \fIlist\fP -- 2.47.2