File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ type Server struct {
36
36
Verbose bool `short:"v" description:"Activates the verbose mode"`
37
37
Git []string `short:"g" long:"git" description:"Path where the git repositories are located, multiple directories can be defined. Accepts globs."`
38
38
Siva []string `long:"siva" description:"Path where the siva repositories are located, multiple directories can be defined. Accepts globs."`
39
- Host string `short:"h" long:"host" default:"localhost" description:"Host where the server is going to listen"`
39
+ Host string `long:"host" default:"localhost" description:"Host where the server is going to listen"`
40
40
Port int `short:"p" long:"port" default:"3306" description:"Port where the server is going to listen"`
41
41
User string `short:"u" long:"user" default:"root" description:"User name used for connection"`
42
42
Password string `short:"P" long:"password" default:"" description:"Password used for connection"`
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Help Options:
70
70
be defined. Accepts globs.
71
71
--siva= Path where the siva repositories are located, multiple directories can
72
72
be defined. Accepts globs.
73
- -h, --host= Host where the server is going to listen (default: localhost)
73
+ --host= Host where the server is going to listen (default: localhost)
74
74
-p, --port= Port where the server is going to listen (default: 3306)
75
75
-u, --user= User name used for connection (default: root)
76
76
-P, --password= Password used for connection
You can’t perform that action at this time.
0 commit comments