Skip to content

Commit

Permalink
Fix references to upload process
Browse files Browse the repository at this point in the history
README.md contains references to "rocat start".
The correct syntax according to the program is "rocat upload".
  • Loading branch information
Salty-Coder committed Aug 19, 2023
1 parent f89bb30 commit 1071c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMMANDS:
info Display information about the cli.
whoami Uses your cookie from the file and fetches account/bot info.
download Download classic clothing from roblox catalogue and save them for later upload
start Start uploading the stored clothing.
upload Start uploading the stored clothing.
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
Expand All @@ -39,7 +39,7 @@ rocat download --amount 120 --type shirts
Now you can upload the stored clothing to the website, the cli will keep track of the uploaded clothing, and will not re-upload clothing. Use the `--seo` flag to allow the cli to generate descriptions using an algorithm, better description can lead to more sales.

```
rocat start --groupId 7830839 --limit 10 --seo
rocat upload --groupId 7830839 --limit 10 --seo
```

## Build From Source
Expand Down

0 comments on commit 1071c13

Please sign in to comment.