Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed typo... I think :)
  • Loading branch information
kessido committed Apr 26, 2019
1 parent 380c117 commit 333c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -159,7 +159,7 @@ int main(int argc, char* argv[]) {
| ` exe fetch [-a] ` | ` command("fetch").set(k,1), option("-a").set(a) `
| ` exe init \| fetch [-a] ` | ` command("init").set(k,0) \| (command("fetch").set(k,1), option("-a").set(a)) `
| ` exe [-a\|-b] ` | ` option("-a").set(a) \| option("-b").set(b) `
| ` exe [-m a\|b] ` | ` option("-m") & (required("a").set(b) \| required("b").set(b)) `
| ` exe [-m a\|b] ` | ` option("-m") & (required("a").set(a) \| required("b").set(b)) `



Expand Down

0 comments on commit 333c339

Please sign in to comment.