Skip to content

Commit 76f2da0

Browse files
authored
Merge pull request #102 from msanlisavas/patch-1
Fix command syntax for starting and watching node
2 parents 4a3f84a + 831efb0 commit 76f2da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-2.0.0/operators/setup/install-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ DB archives are made of networks and if you are launching an archival node, requ
154154
Start the node using the following commands:
155155

156156
```bash
157-
sudo casper_node_util start
157+
sudo casper-node-util start
158158
```
159159

160160
### Monitoring the Synchronization Process
161161

162162
The following command will display the node synchronization details:
163163

164164
```bash
165-
casper_node_util watch
165+
casper-node-util watch
166166
```
167167

168168
```bash

0 commit comments

Comments
 (0)