Fix options cmdline message

Ref #969
This commit is contained in:
Zachary Yedidia
2017-12-28 16:05:35 -05:00
parent 4e0d402cea
commit 79deabbbd6

View File

@@ -271,7 +271,7 @@ func main() {
fmt.Println("-version")
fmt.Println(" \tShow the version number and information")
fmt.Print("\nMicro's options can also be set via command line arguments for quick\nadjustments. For real configuration, please use the bindings.json\nfile (see 'help options').\n\n")
fmt.Print("\nMicro's options can also be set via command line arguments for quick\nadjustments. For real configuration, please use the settings.json\nfile (see 'help options').\n\n")
fmt.Println("-option value")
fmt.Println(" \tSet `option` to `value` for this session")
fmt.Println(" \tFor example: `micro -syntax off file.c`")