From b1fdbac5f95e8b03e703033ed23320611f1ed2a8 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Thu, 12 Dec 2024 20:19:55 +0100 Subject: [PATCH] rust/pvimg/man: Document command line option aliases in the manpages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document the visible command line option aliases in the manpages. Reviewed-by: Steffen Eiden Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- rust/pvimg/man/genprotimg.1 | 4 ++-- rust/pvimg/man/pvimg-create.1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/pvimg/man/genprotimg.1 b/rust/pvimg/man/genprotimg.1 index 3f4949e9..f4b1aa13 100644 --- a/rust/pvimg/man/genprotimg.1 +++ b/rust/pvimg/man/genprotimg.1 @@ -3,7 +3,7 @@ .\" it under the terms of the MIT license. See LICENSE for details. .\" -.TH genprotimg 1 "2024-12-11" "s390-tools" "Genprotimg Manual" +.TH genprotimg 1 "2024-12-12" "s390-tools" "Genprotimg Manual" .nh .ad l .SH NAME @@ -37,7 +37,7 @@ QEMU. .SH OPTIONS .PP -\-i, \-\-kernel +\-i, \-\-kernel, \-\-image .RS 4 Use the content of FILE as a raw binary Linux kernel. The Linux kernel must be a raw binary s390x Linux kernel. The ELF format is not supported. diff --git a/rust/pvimg/man/pvimg-create.1 b/rust/pvimg/man/pvimg-create.1 index dae1cf18..6670704a 100644 --- a/rust/pvimg/man/pvimg-create.1 +++ b/rust/pvimg/man/pvimg-create.1 @@ -3,7 +3,7 @@ .\" it under the terms of the MIT license. See LICENSE for details. .\" -.TH pvimg-create 1 "2024-12-11" "s390-tools" "Pvimg Manual" +.TH pvimg-create 1 "2024-12-12" "s390-tools" "Pvimg Manual" .nh .ad l .SH NAME @@ -36,7 +36,7 @@ QEMU. .SH OPTIONS .PP -\-i, \-\-kernel +\-i, \-\-kernel, \-\-image .RS 4 Use the content of FILE as a raw binary Linux kernel. The Linux kernel must be a raw binary s390x Linux kernel. The ELF format is not supported.