Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-31 02:54:07 +03:00
parent 3fb8b4b24d
commit 8e3f388548

View File

@ -115,7 +115,7 @@ $ ./script.js --help
Let us populate the option definitions splitting the job into sections.
And start by creating a parser...
Start by creating a parser...
```javascript
var parser = argv.Parser({
```