From 52fc6a840d00d38ffbf19edec867430973ae8144 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 8 Oct 2024 13:42:42 -0500 Subject: /lastoutage dumps everything Signed-off-by: Jeff Carr --- args.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'args.go') 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() { -- cgit v1.2.3