Fixed small typo in parseopt2.nim comment

This commit is contained in:
Simon Schürrle
2017-11-01 17:14:01 +01:00
committed by GitHub
parent da6fe6ffd9
commit db67ee940d

View File

@@ -35,7 +35,7 @@ type
cmd: seq[string]
pos: int
remainingShortOptions: string
kind*: CmdLineKind ## the dected command line token
kind*: CmdLineKind ## the detected command line token
key*, val*: TaintedString ## key and value pair; ``key`` is the option
## or the argument, ``value`` is not "" if
## the option was given a value