This commit is contained in:
Mik-TF
2024-06-13 14:12:22 -04:00
parent eaabadc364
commit 4e7fee80ce
15 changed files with 673 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ Note that any argument containing spaces needs to be wrapped in quotes (e.g. mne
- `start`: to start (power on) a node
```bash
farmerbot start --node <node ID> -m "<mnemonic>" -n dev -d
farmerbot start --node <node ID> -m "<mnemonic>" -n <network> -d
```
Where:
@@ -112,7 +112,7 @@ Global Flags:
- `start all`: to start (power on) all nodes in a farm
```bash
farmerbot start all --farm <farm ID> -m "<mnemonic>" -n dev -d
farmerbot start all --farm <farm ID> -m "<mnemonic>" -n <network> -d
```
Where: