From d302de27ee38234d27e3e2255683968be5d91f25 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 9 Mar 2024 14:44:34 +0100 Subject: [PATCH] Clarify remark about `--force` in `alr install --help` (#1618) Since it affects the place where the argument can be used, the user has to be aware of that. --- src/alr/alr-commands-install.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/alr/alr-commands-install.adb b/src/alr/alr-commands-install.adb index 6b84f469..974885a6 100644 --- a/src/alr/alr-commands-install.adb +++ b/src/alr/alr-commands-install.adb @@ -122,8 +122,8 @@ package body Alr.Commands.Install is & "templates, should be able to coexist in a same installation prefix" & " without issue.") .New_Line - .Append ("You can use the --force to reinstall already installed " - & "releases.") + .Append ("You can use the --force global option to reinstall " + & "already installed releases.") ); -------------------- -- 2.39.5