mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
consistent capitals
This commit is contained in:
parent
c2bcfd1f73
commit
896e8b9024
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ proc helpAttrOff(): Table[string,string] =
|
|||
}.toTable()
|
||||
|
||||
const
|
||||
useMulti = "${doc}[bold]Usage[/]:\n $command {SUBCMD} [[sub-command options & parameters]\n\n[bold]subcommands[/]:\n$subcmds"
|
||||
useMulti = "${doc}[bold]Usage[/]:\n $command {SUBCMD} [[sub-command options & parameters]\n\n[bold]Subcommands[/]:\n$subcmds"
|
||||
useHdr = "[bold]Usage[/]:\n "
|
||||
use = "$command $args\n${doc}[bold]Options[/]:\n$options"
|
||||
|
||||
|
|
Loading…
Reference in a new issue