mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-23 07:20:20 +09:00
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user