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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue