Skip to content

Commit

Permalink
Typo in tutorial.md (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alderon86 authored and sebastienvercammen committed Mar 5, 2018
1 parent f67bc7c commit 47cd793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/first-run/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To run the script, go to RM's root folder and execute:
python tools/levelup.py
```

All command line flags available in RM can be used here too (b(but not all of them will have an effect). So you could increase `account-max-spins` and change location and workers from the command line without needing to modify the config file with something like:
All command line flags available in RM can be used here too (but not all of them will have an effect). So you could increase `account-max-spins` and change location and workers from the command line without needing to modify the config file with something like:

```
python tools/levelup.py -w 30 -l 40.417281,-3.683235 -ams 1000
Expand Down

0 comments on commit 47cd793

Please sign in to comment.