diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 15:33:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 15:33:47 -0500 |
| commit | 67809c6d898489b65573c6dfb4059aeef3258e69 (patch) | |
| tree | 7a779c848f95ea628f80d7277cbf2e6ddf37470a /argv.go | |
| parent | 61474b6448fa0da0c30514fa3300513f22ae003e (diff) | |
moved to config
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
