forked from External/grumble
Refine wording in args.go.
This commit is contained in:
parent
83499e9fa1
commit
5e4e81ff50
1 changed files with 1 additions and 1 deletions
2
args.go
2
args.go
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue