From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 5ED3D20EC88 for ; Thu, 25 Apr 2024 10:41:30 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A87D71D4F2; Thu, 25 Apr 2024 10:41:34 +0200 (CEST) From: Alexander Zeidler To: pve-devel@lists.proxmox.com Date: Thu, 25 Apr 2024 10:40:22 +0200 Message-Id: <20240425084022.73416-2-a.zeidler@proxmox.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240425084022.73416-1-a.zeidler@proxmox.com> References: <20240425084022.73416-1-a.zeidler@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.084 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH installer] assistant: fix spelling and precise text in help usage output X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Signed-off-by: Alexander Zeidler --- proxmox-auto-install-assistant/src/main.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proxmox-auto-install-assistant/src/main.rs b/proxmox-auto-install-assistant/src/main.rs index 9bc083e..0debd29 100644 --- a/proxmox-auto-install-assistant/src/main.rs +++ b/proxmox-auto-install-assistant/src/main.rs @@ -91,16 +91,16 @@ 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 +/// The behavior of how to fetch an answer file must be set with the '--fetch-from' parameter. The /// 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-AIS' (Proxmox +/// * present on a partition / file-system with the label 'PROXMOX-AIS' (Proxmox /// Automated Installer Source) ('partition'){n} -/// * get requested via an HTTP Post request ('http'). +/// * requested via an HTTP Post request ('http'). /// /// The URL for the HTTP mode can be defined for the ISO with the '--url' argument. If not present, -/// it will try to get a URL from a DHCP option (250, TXT) or by querying a DNS TXT record at -/// 'proxmox-auto-installer.{search domain}'. +/// it will try to get a URL from a DHCP option (250, TXT) or by querying a DNS TXT record for the +/// domain 'proxmox-auto-installer.{search domain}'. /// /// The TLS certificate fingerprint can either be defined via the '--cert-fingerprint' argument or /// alternatively via the custom DHCP option (251, TXT) or in a DNS TXT record located at -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel