summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/args.go b/args.go
index 0b858ac..1bc121c 100644
--- a/args.go
+++ b/args.go
@@ -11,9 +11,9 @@ import (
)
var args struct {
- ListRepos bool `arg:"--list-repos" help:"list all repositories"`
- Port int `arg:"--port" help:"port to run on (default is 2520)"`
- Hostname string `arg:"--hostname" help:"hostname to use"`
+ ListRepos bool `arg:"--list-repos" help:"list all repositories"`
+ Port int `arg:"--port" help:"port to run on (default is 2520)"`
+ Hostname string `arg:"--hostname" help:"hostname to use"`
}
func init() {