parse: fix typo in comment

This commit is contained in:
Marco Molteni 2020-01-19 19:38:19 +01:00
parent ced05bfe8a
commit 33db14a48b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}