summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-20 18:55:50 -0600
committerJeff Carr <[email protected]>2024-02-20 18:55:50 -0600
commit81a1801223dd7b0c55375ea92cef3993c2f6ec59 (patch)
tree28b12c8c5a66be3576d45ca4ba4551a80db675cb /flags.go
parent1fe0354822f471d035a5d8c42af868624a8bb9ff (diff)
add button for checking go.sumv0.20.8
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.go b/flags.go
index 86b2652..f4893e5 100644
--- a/flags.go
+++ b/flags.go
@@ -16,5 +16,5 @@ func init() {
short := "repo"
REPO = log.NewFlag("REPO", false, full, short, "general repo things")
- REPOWARN = log.NewFlag("REPOWARN", true, full, short, "general repo things")
+ REPOWARN = log.NewFlag("REPOWARN", true, full, short, "repo warnings")
}