File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Hyperbee Commands:
63
63
Daemon Commands:
64
64
65
65
hyp daemon status - Check the status of the hyperspace daemon.
66
+ hyp daemon start - Start the hyperspace daemon.
66
67
hyp daemon stop - Stop the hyperspace and mirroring daemons if active.
67
68
68
69
Aliases:
@@ -122,4 +123,4 @@ The [website documentation](https://hypercore-protocol.org/guides/hyp/) have a l
122
123
- [Full Commands Reference](https://hypercore-protocol.org/guides/hyp/commands/)
123
124
- [Guide: Sharing Folders](https://hypercore-protocol.org/guides/hyp/sharing-folders/)
124
125
- [Guide: Seeding Data](https://hypercore-protocol.org/guides/hyp/seeding-data/)
125
- - [Guide: Beaming Files](https://hypercore-protocol.org/guides/hyp/beaming-files/)
126
+ - [Guide: Beaming Files](https://hypercore-protocol.org/guides/hyp/beaming-files/)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Examples:
10
10
`
11
11
export default {
12
12
name : 'daemon start' ,
13
- description : 'Start the Hyperspace daemon.' ,
13
+ description : 'Start the hyperspace daemon.' ,
14
14
usage : {
15
15
full : FULL_USAGE
16
16
} ,
You can’t perform that action at this time.
0 commit comments