1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Simon McVittie <smcv@debian.org>
Date: Wed, 3 Feb 2021 09:15:05 +0000
Subject: Correct parameter name when documenting --psplash-pipe in the man
page
Signed-off-by: Simon McVittie <smcv@debian.org>
Forwarded: https://github.com/intel/bmap-tools/pull/80
Applied-upstream: 3.7, commit:15e6a6366d16f11e836754f147635fb963340719
---
docs/man1/bmaptool.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/man1/bmaptool.1 b/docs/man1/bmaptool.1
index dedff9b..6d4ddc2 100644
--- a/docs/man1/bmaptool.1
+++ b/docs/man1/bmaptool.1
@@ -209,7 +209,7 @@ IMAGE matches the checksums.
.RE
.PP
-\-\-no-sig-verify
+\-\-psplash\-pipe PATH
.RS 2
Write progress to a psplash pipe.
.RE
|