1
0
Fork 0
forked from External/grumble

Refine wording in args.go.

This commit is contained in:
Mikkel Krautz 2011-11-10 00:50:18 +01:00
parent 83499e9fa1
commit 5e4e81ff50

View file

@ -38,7 +38,7 @@ func Usage() {
var Args args
func init() {
flag.BoolVar(&Args.ShowHelp, "help", false, "Show this help")
flag.BoolVar(&Args.ShowHelp, "help", false, "Show this help listing")
flag.StringVar(&Args.DataDir, "datadir", defaultDataDir(), "Directory to use for server storage")
flag.StringVar(&Args.LogPath, "log", defaultLogPath(), "Log file path")
flag.StringVar(&Args.SshAddr, "ssh", "localhost:46545", "Address to use for SSH admin prompt")