|
|
61e9b3 |
From 6aec975c07d60a2518d3f16ee91db1d03a704882 Mon Sep 17 00:00:00 2001
|
|
|
61e9b3 |
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
|
61e9b3 |
Date: Thu, 30 Jul 2020 14:01:48 +0100
|
|
|
61e9b3 |
Subject: [PATCH] v2v: Use common documentation for --keys-from-stdin.
|
|
|
61e9b3 |
|
|
|
61e9b3 |
(cherry picked from commit 3f9b5f26398694a8a496eae85525e3be5c4b9cca)
|
|
|
61e9b3 |
---
|
|
|
61e9b3 |
common | 2 +-
|
|
|
61e9b3 |
docs/virt-v2v.pod | 11 ++++-------
|
|
|
61e9b3 |
2 files changed, 5 insertions(+), 8 deletions(-)
|
|
|
61e9b3 |
|
|
|
61e9b3 |
Submodule common be42b0b8..5ea1baec:
|
|
|
61e9b3 |
diff --git a/common/options/Makefile.am b/common/options/Makefile.am
|
|
|
61e9b3 |
index b38fedc..f7ea749 100644
|
|
|
61e9b3 |
--- a/common/options/Makefile.am
|
|
|
61e9b3 |
+++ b/common/options/Makefile.am
|
|
|
61e9b3 |
@@ -19,6 +19,7 @@ include $(top_srcdir)/subdir-rules.mk
|
|
|
61e9b3 |
|
|
|
61e9b3 |
EXTRA_DIST = \
|
|
|
61e9b3 |
key-option.pod \
|
|
|
61e9b3 |
+ keys-from-stdin-option.pod \
|
|
|
61e9b3 |
blocksize-option.pod
|
|
|
61e9b3 |
|
|
|
61e9b3 |
# liboptions.la contains guestfish code which is used in other
|
|
|
61e9b3 |
diff --git a/common/options/keys-from-stdin-option.pod b/common/options/keys-from-stdin-option.pod
|
|
|
61e9b3 |
new file mode 100644
|
|
|
61e9b3 |
index 0000000..03c5339
|
|
|
61e9b3 |
--- /dev/null
|
|
|
61e9b3 |
+++ b/common/options/keys-from-stdin-option.pod
|
|
|
61e9b3 |
@@ -0,0 +1,4 @@
|
|
|
61e9b3 |
+=item B<--keys-from-stdin>
|
|
|
61e9b3 |
+
|
|
|
61e9b3 |
+Read key or passphrase parameters from stdin. The default is
|
|
|
61e9b3 |
+to try to read passphrases from the user by opening F</dev/tty>.
|
|
|
61e9b3 |
diff --git a/docs/virt-v2v.pod b/docs/virt-v2v.pod
|
|
|
61e9b3 |
index a00fa8af..74934eb4 100644
|
|
|
61e9b3 |
--- a/docs/virt-v2v.pod
|
|
|
61e9b3 |
+++ b/docs/virt-v2v.pod
|
|
|
61e9b3 |
@@ -382,14 +382,11 @@ through VDDK.
|
|
|
61e9b3 |
|
|
|
61e9b3 |
__INCLUDE:key-option.pod__
|
|
|
61e9b3 |
|
|
|
61e9b3 |
-=item B<--keys-from-stdin>
|
|
|
61e9b3 |
+__INCLUDE:keys-from-stdin-option.pod__
|
|
|
61e9b3 |
|
|
|
61e9b3 |
-Read key or passphrase parameters from stdin. The default is
|
|
|
61e9b3 |
-to try to read passphrases from the user by opening F</dev/tty>.
|
|
|
61e9b3 |
-
|
|
|
61e9b3 |
-Note this options only applies to keys and passphrases for encrypted
|
|
|
61e9b3 |
-devices and partitions, not for passwords used to connect to remote
|
|
|
61e9b3 |
-servers.
|
|
|
61e9b3 |
+Note I<--keys-from-stdin> only applies to keys and passphrases for
|
|
|
61e9b3 |
+encrypted devices and partitions, not for passwords used to connect to
|
|
|
61e9b3 |
+remote servers.
|
|
|
61e9b3 |
|
|
|
61e9b3 |
=item B<--mac> aa:bb:cc:dd:ee:ffB<:network:>out
|
|
|
61e9b3 |
|
|
|
61e9b3 |
--
|
|
|
8984ae |
2.31.1
|
|
|
61e9b3 |
|