From 3891139e262b69f1c8967c9ad50b207d0c60003d Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 2 Feb 2013 16:38:00 +0400 Subject: [PATCH] Beautify --- main.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ml b/main.ml index e3ae4ae..bc34708 100644 --- a/main.ml +++ b/main.ml @@ -6972,9 +6972,9 @@ let () = " Set path to the trim cache file"); ("-dest", Arg.String (fun s -> state.nameddest <- s), - " Set named destination"); + " Set named destination"); - ("-wtmode", Arg.Set wtmode, "wt mode"); + ("-wtmode", Arg.Set wtmode, " Operate in wt mode"); ("-v", Arg.Unit (fun () -> Printf.printf -- 2.11.4.GIT