Skip to content

Commit

Permalink
Ready for opening night.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytri Kleiner committed Dec 20, 2010
1 parent 6cd1ffc commit 6a39a07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
In the example above, the program nurl has three arguments, two of which are
options. Options are arguments that are one letter long and start with a dash
(-), these are "short options," or many letters long and start with a double
dash (--), these are long options. Arguments that are not options
agree also called "positional" arguments, because they have no name, so can
only be referred to by there position following the command.
dash (--), these are long options. Arguments that are not options agree also
called "positional" arguments, because they have no name, so can only be
referred to by there position following the command.

Operetta would parse the above example as follows:

Expand Down Expand Up @@ -295,9 +295,9 @@ Development Effort Estimate, Person-Years (Person-Months) = 0.02 (0.23)
</pre>

That's right, small and cheap. So far it's only got One Hundred and Seven Lines
of Code, so get it while it's small. Before I add thousands lines to support
such must-have features as sending and receiving email and impersonating a
teenager in IRC channels.
of Code, so get it while it's small. Before I add thousands of lines to support
such must-have features as sending and receiving email and impersonating
a teenager in IRC channels.

And yes, I called you Shirley.

Expand Down

0 comments on commit 6a39a07

Please sign in to comment.