From 49c04043a3a8d259257729191f5bfe4a104385e5 Mon Sep 17 00:00:00 2001 From: Jesper Quorning Date: Mon, 26 Sep 2022 13:28:43 +0200 Subject: [PATCH] Fix alr help edit: GNAT Studio (#1199) --- src/alr/alr-commands-edit.adb | 2 +- src/alr/alr-commands-edit.ads | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/alr/alr-commands-edit.adb b/src/alr/alr-commands-edit.adb index d123728e..e1c73a5e 100644 --- a/src/alr/alr-commands-edit.adb +++ b/src/alr/alr-commands-edit.adb @@ -135,7 +135,7 @@ package body Alr.Commands.Edit is function Long_Description (Cmd : Command) return AAA.Strings.Vector is (AAA.Strings.Empty_Vector - .Append ("Start GNATstudio with Alire build environment setup.") + .Append ("Start GNAT Studio with Alire build environment setup.") ); -------------------- diff --git a/src/alr/alr-commands-edit.ads b/src/alr/alr-commands-edit.ads index a2a459c7..56ce5a98 100644 --- a/src/alr/alr-commands-edit.ads +++ b/src/alr/alr-commands-edit.ads @@ -25,7 +25,7 @@ package Alr.Commands.Edit is overriding function Short_Description (Cmd : Command) return String - is ("Start GNATstudio with Alire build environment setup"); + is ("Start GNAT Studio with Alire build environment setup"); overriding function Usage_Custom_Parameters (Cmd : Command) return String -- 2.39.5