]> git.proxmox.com Git - pve-installer.git/commitdiff
assistant: updated remaining error messages to reworked CLI
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Apr 2024 09:12:55 +0000 (11:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Apr 2024 09:27:56 +0000 (11:27 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-auto-install-assistant/src/main.rs

index e5b453a65256323bf1349168d1ec3e4aea3e9528..9bc083e16717d2978d3aff89d53aa303f984f151 100644 (file)
@@ -293,7 +293,7 @@ fn prepare_iso(args: &CommandPrepareISO) -> Result<()> {
         );
     }
     if args.answer_file.is_some() && args.fetch_from != FetchAnswerFrom::Iso {
-        bail!("Set '-i', '--install-mode' to 'included' to place the answer file directly in the ISO.");
+        bail!("You must set '--fetch-from' to 'iso' to place the answer file directly in the ISO.");
     }
 
     if let Some(file) = &args.answer_file {