Skip to content

Commit

Permalink
fixup! indent text
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Oct 25, 2024
1 parent 4619b22 commit b95a2de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/client/opamAdminCommand.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit b95a2de

Please sign in to comment.