Skip to content

Commit ed4ba77

Browse files
committed
0.0.1
1 parent a0cad71 commit ed4ba77

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
0.0.1
22
=====
33

4-
New features:
4+
Initial release.
55

6-
*
6+
New features:
77

8+
* Valueless options
9+
* Single-value options
10+
* Help generation
811

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Valueless:
7676
...
7777
```
7878

79-
Single value:
79+
Single-value:
8080

8181
```
8282
...
@@ -170,9 +170,9 @@ int main(int argc, char ** argv)
170170
}
171171
```
172172

173-
## Single value options: The simplest possible example
173+
## Single-value options: The simplest possible example
174174

175-
Single value options are options that can have only one value.
175+
Single-value options are options that can have only one value.
176176

177177
As an example, for option `-f` The following formats are allowed: `-f 42`, `-f42`, `-f=42`.
178178

0 commit comments

Comments
 (0)