summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-02-08 18:17:24 +0100
committerSon Ho2022-02-08 18:17:24 +0100
commit83c06f5c51ac7b500e87b344f93840e9852eba91 (patch)
tree4093fdc4ddb70481845220deb00fedffca01a174 /src/main.ml
parentef59256fb354edb9d6ffee81bb3f9e82648a6d5a (diff)
Make a minor modifications to Makefile and main.ml
Diffstat (limited to 'src/main.ml')
-rw-r--r--src/main.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.ml b/src/main.ml
index c30c43f2..2502ac4d 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -55,8 +55,8 @@ let () =
" Test the unit functions with the concrete interpreter" );
( "-test-trans-units",
Arg.Set test_trans_units,
- " Test the translated unit functions with the target theorem prover's \
- normalizer" );
+ " Test the translated unit functions with the target theorem\n\
+ \ prover's normalizer" );
]
in
let spec = Arg.align spec in