Skip to content

Commit 2070030

Browse files
committed
Merge pull request #14 from liblit/doctopt-typo-fix
Simple typo fix: "doctopt" should be "docopt"
2 parents c142774 + 4114291 commit 2070030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
``docopt.cpp``: A C++11 Port
22
============================
3-
doctopt creates *beautiful* command-line interfaces
4-
---------------------------------------------------
3+
docopt creates *beautiful* command-line interfaces
4+
--------------------------------------------------
55

66
Isn't it awesome how ``getopt`` (and ``boost::program_options`` for you fancy
77
folk!) generate help messages based on your code?! These timeless functions

0 commit comments

Comments
 (0)