diff options
| author | Marco Molteni <[email protected]> | 2020-01-19 19:38:19 +0100 |
|---|---|---|
| committer | Marco Molteni <[email protected]> | 2020-01-19 19:38:19 +0100 |
| commit | 33db14a48bf1893422ba8ee2f0b898760a9d1737 (patch) | |
| tree | cf407c7c5a545de7a8fe40c408ed195c0a6d23e2 /parse.go | |
| parent | ced05bfe8a0f966d6ed09af656f5410bc5f4ed7c (diff) | |
parse: fix typo in comment
Diffstat (limited to 'parse.go')
| -rw-r--r-- | parse.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ type Parser struct { version string description string - // the following fields change curing processing of command line arguments + // the following field changes during processing of command line arguments lastCmd *command } |
