mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-24 14:13:44 +00:00
parent
91fb8225d1
commit
42f2af7956
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ func main() {
|
||||||
flag.Usage = func() {
|
flag.Usage = func() {
|
||||||
fmt.Println("Usage: micro [OPTIONS] [FILE]...")
|
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")
|
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()
|
flag.PrintDefaults()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue