Adjust help messages to spec
This commit is contained in:
parent
4afb27399d
commit
fa68fd70e3
1 changed files with 2 additions and 2 deletions
|
|
@ -19,12 +19,12 @@ let seed: schema = {
|
|||
patch = 0;
|
||||
};
|
||||
help = {
|
||||
short = "Use 'tori help' for usage instructions";
|
||||
short = "<short help>";
|
||||
long = "<long help>";
|
||||
};
|
||||
};
|
||||
output = {
|
||||
message = "Use command 'help' for help";
|
||||
message = "";
|
||||
};
|
||||
host = {
|
||||
os = Unknown;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue