Skip to content

Commit

Permalink
changed "pass --version" to "pass --alire-version"
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ianozi committed Apr 15, 2024
1 parent fc8aec6 commit 41bf1c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/installer.adb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41bf1c6

Please sign in to comment.