Merge pull request #6670 from SitiSchu/patch-1

Fixed small typo in parseopt2.nim comment
This commit is contained in:
Dominik Picheta
2017-11-01 19:45:25 +00:00
committed by GitHub

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