From f1a924595391a1a223111433739a2ae222b6e87d Mon Sep 17 00:00:00 2001 From: Guillaume Bury Date: Wed, 5 Nov 2014 00:50:28 +0100 Subject: [PATCH] Fixed indentation of new options documentation --- util/sat_solve.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/sat_solve.ml b/util/sat_solve.ml index 7ad58098..426a7e5b 100644 --- a/util/sat_solve.ml +++ b/util/sat_solve.ml @@ -47,9 +47,9 @@ let argspec = Arg.align [ "-s", Arg.String (int_arg size_limit), "[kMGT] Sets the size limit for the sat solver"; "-model", Arg.Set p_assign, - "Outputs the boolean model found if sat"; + " Outputs the boolean model found if sat"; "-gc", Arg.Unit setup_gc_stat, - "Outputs statistics about the GC"; + " Outputs statistics about the GC"; ] (* Limits alarm *)