From fa68fd70e3e81028f691f2867adde01dd86850ad Mon Sep 17 00:00:00 2001 From: jutty Date: Sun, 13 Apr 2025 16:37:34 -0300 Subject: [PATCH] Adjust help messages to spec --- ocaml/lib/schema/schema.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml/lib/schema/schema.ml b/ocaml/lib/schema/schema.ml index 699af91..ed09ccb 100644 --- a/ocaml/lib/schema/schema.ml +++ b/ocaml/lib/schema/schema.ml @@ -19,12 +19,12 @@ let seed: schema = { patch = 0; }; help = { - short = "Use 'tori help' for usage instructions"; + short = ""; long = ""; }; }; output = { - message = "Use command 'help' for help"; + message = ""; }; host = { os = Unknown;