[pve-devel] [PATCH] auto install assistant: fix newline before ':'
Dominik Csapak
d.csapak at proxmox.com
Wed Apr 24 11:02:09 CEST 2024
this belongs after the ':' otherwise the output looks weird:
[..] can be
: * integrated into [..]
* needs to be [..]
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
proxmox-auto-install-assistant/src/main.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-auto-install-assistant/src/main.rs b/proxmox-auto-install-assistant/src/main.rs
index 44dd12e..1aa6bfe 100644
--- a/proxmox-auto-install-assistant/src/main.rs
+++ b/proxmox-auto-install-assistant/src/main.rs
@@ -92,7 +92,7 @@ struct CommandValidateAnswer {
/// Prepare an ISO for automated installation.
///
/// The behavior of how to fetch an answer file must be set with the '--fetch-from', parameter. The
-/// answer file can be{n}:
+/// answer file can be:{n}
/// * integrated into the ISO itself ('iso'){n}
/// * needs to be present in a partition / file-system with the label 'PROXMOX-INST-SRC'
/// ('partition'){n}
--
2.39.2
More information about the pve-devel
mailing list