Skip to content

Commit

Permalink
Improve command description
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Oct 27, 2024
1 parent 48a13e6 commit 2ebd934
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/alr/alr-commands-test.adb
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,11 @@ package body Alr.Commands.Test is
function Long_Description (Cmd : Command)
return AAA.Strings.Vector
is (AAA.Strings.Empty_Vector
.Append ("Tests the retrievability and buildability of all or"
.Append ("Without arguments, run the test actions of the local release."
& " If no such test actions are defined, run `alr build --release`.")
.New_Line
.Append ("When crate milestones or --full are supplied as arguments, "
& "test the retrievability and buildability of all or"
& " specific releases. Unless --continue or --redo is given,"
& " the command expects to be run in an empty folder.")
.New_Line
Expand Down

0 comments on commit 2ebd934

Please sign in to comment.