summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 {