Skip to content

Commit

Permalink
Update README to reflect flag changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imwally committed Feb 23, 2020
1 parent 0d4bab8 commit e949ee9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Usage of unlike:
```
$ unlike -consumer "xxxxxxxxx" \
-secret "xxxxxxxxx" \
-accesstoken "xxxxxxxxx" \
-accesstokensecret "xxxxxxxxx" \
-access-token "xxxxxxxxx" \
-access-token-secret "xxxxxxxxx" \
-dump
```

Expand All @@ -50,9 +50,9 @@ $ unlike -consumer "xxxxxxxxx" \
```
$ unlike -consumer "xxxxxxxxx" \
-secret "xxxxxxxxx" \
-accesstoken "xxxxxxxxx" \
-accesstokensecret "xxxxxxxxx" \
-keepfollowing
-access-token "xxxxxxxxx" \
-access-token-secret "xxxxxxxxx" \
-keep-following
```

### Unlike __ALL__ tweets
Expand All @@ -64,6 +64,6 @@ worry, you'll be asked for confirmation.
```
$ unlike -consumer "xxxxxxxxx" \
-secret "xxxxxxxxx" \
-accesstoken "xxxxxxxxx" \
-accesstokensecret "xxxxxxxxx"
-access-token "xxxxxxxxx" \
-access-token-secret "xxxxxxxxx"
```

0 comments on commit e949ee9

Please sign in to comment.