Skip to content

Commit f183ee1

Browse files
authored
Merge branch 'master' into docs/default-auth
2 parents 786030f + 93dcb74 commit f183ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/gitbase/command/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"`

docs/using-gitbase/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)