mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-18 15:00:29 +00:00
parent
91fb8225d1
commit
42f2af7956
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ func main() {
|
|||
flag.Usage = func() {
|
||||
fmt.Println("Usage: micro [OPTIONS] [FILE]...")
|
||||
fmt.Print("Micro's options can be set via command line arguments for quick adjustments. For real configuration, please use the bindings.json file (see 'help options').\n\n")
|
||||
flag.CommandLine.SetOutput(os.Stdout)
|
||||
flag.PrintDefaults()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue