* [pve-devel] [PATCH] auto install assistant: fix newline before ':'
@ 2024-04-24 9:02 Dominik Csapak
2024-04-24 11:45 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2024-04-24 9:02 UTC (permalink / raw)
To: pve-devel
this belongs after the ':' otherwise the output looks weird:
[..] can be
: * integrated into [..]
* needs to be [..]
Signed-off-by: Dominik Csapak <d.csapak@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH] auto install assistant: fix newline before ':'
2024-04-24 9:02 [pve-devel] [PATCH] auto install assistant: fix newline before ':' Dominik Csapak
@ 2024-04-24 11:45 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-04-24 11:45 UTC (permalink / raw)
To: Proxmox VE development discussion, Dominik Csapak
Am 24/04/2024 um 11:02 schrieb Dominik Csapak:
> this belongs after the ':' otherwise the output looks weird:
>
> [..] can be
> : * integrated into [..]
> * needs to be [..]
>
> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
> ---
> proxmox-auto-install-assistant/src/main.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-24 11:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-24 9:02 [pve-devel] [PATCH] auto install assistant: fix newline before ':' Dominik Csapak
2024-04-24 11:45 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox