Skip to content

Commit

Permalink
Avoid long lines in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcomellas committed Feb 3, 2012
1 parent 3560ed6 commit 69b51eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -250,8 +250,8 @@ e.g. Given an option specification list with the following format:
``` erlang
OptSpecList =
[
{define, $D, "define", string, "Define a variable"},
{verbose, $v, "verbose", integer, "Verbosity level"}
{define, $D, "define", string, "Define a variable"},
{verbose, $v, "verbose", integer, "Verbosity level"}
].
```

Expand Down Expand Up @@ -282,9 +282,9 @@ For example, with the following option specifications:
``` erlang
OptSpecList =
[
{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"}
{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"}
].
```

Expand Down

0 comments on commit 69b51eb

Please sign in to comment.