Merge pull request #2450 from yglukhov/docfix

Doc fix: TProcessOption -> ProcessOption
This commit is contained in:
Dominik Picheta
2015-04-03 12:07:36 +01:00

View File

@@ -137,7 +137,7 @@ proc startProcess*(command: string,
## `env` is the environment that will be passed to the process.
## If ``env == nil`` the environment is inherited of
## the parent process. `options` are additional flags that may be passed
## to `startProcess`. See the documentation of ``TProcessOption`` for the
## to `startProcess`. See the documentation of ``ProcessOption`` for the
## meaning of these flags. You need to `close` the process when done.
##
## Note that you can't pass any `args` if you use the option