summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 15:33:47 -0500
committerJeff Carr <[email protected]>2025-10-10 15:33:47 -0500
commit67809c6d898489b65573c6dfb4059aeef3258e69 (patch)
tree7a779c848f95ea628f80d7277cbf2e6ddf37470a /argv.go
parent61474b6448fa0da0c30514fa3300513f22ae003e (diff)
moved to config
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index c0ad298..9a4a60f 100644
--- a/argv.go
+++ b/argv.go
@@ -48,7 +48,7 @@ type BuildCmd struct {
}
type ProtoCmd struct {
- Indentify string `arg:"--identify" help:"identify a .pb file"`
+ Identify string `arg:"--identify" help:"identify a .pb file"`
}
type LinuxCmd struct {