Skip to content

Commit

Permalink
Fix documented default prefix for install (#1482)
Browse files Browse the repository at this point in the history
See comments in issue #1481
  • Loading branch information
mgrojo authored Oct 26, 2023
1 parent 7d5d0f3 commit 61e4287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alr/alr-commands-install.adb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ package body Alr.Commands.Install is
Cmd.Prefix'Access,
"", "--prefix=",
"Override installation prefix (default is "
& TTY.URL ("${CRATE_ROOT}/alire/prefix)") & ")");
& TTY.URL (Alire.Install.Default_Prefix) & ")");

Define_Switch (Config,
Cmd.Info'Access,
Expand Down

0 comments on commit 61e4287

Please sign in to comment.