Skip to content

Commit

Permalink
spelling, clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jheidecker committed Jul 7, 2023
1 parent aee04b1 commit 1f29ff5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ or
Pass these flags to the command for more control:

- `-n` : skip subscribing to communities in the "Pending" state for the user
- `-s` : subscribe only. skips the discovery and adding of new lemmyverse communtities
- `-s` : subscribe only. skips the discovery and adding of new lemmyverse communities
- `-d` : discover only. skips subscribing to any communities for the user
- `-r` : if specified, will rate limit requests to LOCAL to this many per second (default: 15)
- `-r [number]` : if specified, will rate limit requests to LOCAL to this many per second (default: 15)

### Build and Run Manually

Expand All @@ -80,7 +80,9 @@ This should install lemmony-cli as a command in your path:

```bash
# lemmony-cli
usage: lemmony-cli [-h] [-i INCLUDE [INCLUDE ...]] [-e EXCLUDE [EXCLUDE ...]] -l LOCAL -u USERNAME -p PASSWORD
usage: lemmony-cli [-h] [-i INCLUDE [INCLUDE ...]] [-e EXCLUDE [EXCLUDE ...]]
-l LOCAL -u USERNAME -p PASSWORD [-n] [-s] [-d]
[-r RATE_LIMIT]
lemmony-cli: error: the following arguments are required: -l/--local, -u/--username, -p/--password
```
Expand All @@ -100,7 +102,7 @@ To add communities from ONLY `lemmy.world`:
# lemmony-cli -l my.lemmy -u my_bot -p my_password -i lemmy.world
```
You can specify multiple instances seperated by spaces. For example: `-i lemmy.world lemmy.ml beehaw.org`
You can specify multiple instances separated by spaces. For example: `-i lemmy.world lemmy.ml beehaw.org`
## Development Notes (build/test/release)
Expand Down

0 comments on commit 1f29ff5

Please sign in to comment.