From 60ee3f2feb1950648e73eb090ee1d82a41c2dc80 Mon Sep 17 00:00:00 2001 From: Raja Boujbel Date: Fri, 25 Oct 2024 19:12:19 +0200 Subject: [PATCH] fixup! indent text --- src/client/opamAdminCommand.ml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/client/opamAdminCommand.ml b/src/client/opamAdminCommand.ml index 40f2372e76e..82879382696 100644 --- a/src/client/opamAdminCommand.ml +++ b/src/client/opamAdminCommand.ml @@ -860,11 +860,11 @@ let compare_versions_command cli = let doc = compare_versions_command_doc in let man = [ `S Manpage.s_description; - `P "This command compares 2 package versions. By default it outputs 'V0 OP V1' \ - to the console with OP in {<,>,=} such that the equation holds. When an operator \ - is supplied, the output is suppressed and the result of the comparison is checked \ - againts the provided operator: the command exits 0 if the comparison holds, and 1 \ - otherwise. For example:"; + `P "This command compares 2 package versions. By default it outputs 'V0 OP \ + V1' to the console with OP in {<,>,=} such that the equation holds. \ + When an operator is supplied, the output is suppressed and the result \ + of the comparison is checked againts the provided operator: the command \ + exits 0 if the comparison holds, and 1 otherwise. For example:"; `Pre "\n\ \\$ opam admin compare-versions 0.0.9 0.0.10\n\ 0.0.9 < 0.0.10\n\