mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
typofix
This commit is contained in:
parent
fe1683c7da
commit
41235c1e81
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ func usageResetBlocks(repl *Repl) {
|
|||
fmt.Println(":resetblocks with no arguments clears out all begin, main, and end blocks that have been loaded.")
|
||||
fmt.Println(":resetblocks begin clears out begin blocks.")
|
||||
fmt.Println(":resetblocks main clears out main-block statements.")
|
||||
fmt.Println(":resetblocks end clears out begin blocks.")
|
||||
fmt.Println(":resetblocks end clears out end blocks.")
|
||||
|
||||
}
|
||||
func handleResetBlocks(repl *Repl, args []string) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue