From 41bf1c66419eb52ffd8f5d89cba91e003252c959 Mon Sep 17 00:00:00 2001 From: AJ Ianozi Date: Sun, 14 Apr 2024 21:17:40 -0400 Subject: [PATCH] changed "pass --version" to "pass --alire-version" --- src/installer.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/installer.adb b/src/installer.adb index 6105aaf..b82c3c0 100644 --- a/src/installer.adb +++ b/src/installer.adb @@ -107,7 +107,8 @@ package body Installer is "I will attempt to fetch version """ & Version & """" else "No version has been specified. Will attempt to install the " & "latest version of Alire." & - IO.Say (NL & "(To specify a version, pass --version=x.y.z)")) & + IO.Say (NL & + "(To specify a version, pass --alire-version=x.y.z)")) & NL & "Temporary files will be stored in a folder in: " & NL & Tmp_Dir & NL & IO.Say