File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ type Server struct {
3636 Verbose bool `short:"v" description:"Activates the verbose mode"`
3737 Git []string `short:"g" long:"git" description:"Path where the git repositories are located, multiple directories can be defined. Accepts globs."`
3838 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"`
4040 Port int `short:"p" long:"port" default:"3306" description:"Port where the server is going to listen"`
4141 User string `short:"u" long:"user" default:"root" description:"User name used for connection"`
4242 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:
7070 be defined. Accepts globs.
7171 --siva= Path where the siva repositories are located, multiple directories can
7272 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)
7474 -p, --port= Port where the server is going to listen (default: 3306)
7575 -u, --user= User name used for connection (default: root)
7676 -P, --password= Password used for connection
You can’t perform that action at this time.
0 commit comments