We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3560ed6 commit 69b51ebCopy full SHA for 69b51eb
README.md
@@ -250,8 +250,8 @@ e.g. Given an option specification list with the following format:
250
``` erlang
251
OptSpecList =
252
[
253
- {define, $D, "define", string, "Define a variable"},
254
- {verbose, $v, "verbose", integer, "Verbosity level"}
+ {define, $D, "define", string, "Define a variable"},
+ {verbose, $v, "verbose", integer, "Verbosity level"}
255
].
256
```
257
@@ -282,9 +282,9 @@ For example, with the following option specifications:
282
283
284
285
- {xml, $x, "xml", undefined, "Output data as XML"},
286
- {dbname, undefined, undefined, string, "Database name"},
287
- {output_file, undefined, undefined, string, "File where the data will be saved to"}
+ {xml, $x, "xml", undefined, "Output data as XML"},
+ {dbname, undefined, undefined, string, "Database name"},
+ {output_file, undefined, undefined, string, "File where the data will be saved to"}
288
289
290
0 commit comments