Adjust help messages to spec

This commit is contained in:
Juno Takano 2025-04-13 16:37:34 -03:00
commit fa68fd70e3

View file

@ -19,12 +19,12 @@ let seed: schema = {
patch = 0; patch = 0;
}; };
help = { help = {
short = "Use 'tori help' for usage instructions"; short = "<short help>";
long = "<long help>"; long = "<long help>";
}; };
}; };
output = { output = {
message = "Use command 'help' for help"; message = "";
}; };
host = { host = {
os = Unknown; os = Unknown;