File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ const help = `Hypercore, batteries included.
32
32
${ version }
33
33
34
34
Usage: hyperspace [options]
35
- --host, -h Set unix socket name
36
- --port -p Set the port (will use TCP)
37
- --storage, -s Overwrite storage folder
38
- --bootstrap, -b Overwrite DHT bootstrap servers
39
- --memory-only Run all storage in memory
40
- --no-announce Disable all network annoucnes
41
- --repl Run a debug repl
42
- --no-migrate Disable the Hyperdrive Daemon migration
35
+ --host, -h Set unix socket name
36
+ --port -p Set the port (will use TCP)
37
+ --storage, -s Overwrite storage folder
38
+ --bootstrap, -b Overwrite DHT bootstrap servers
39
+ --memory-only Run all storage in memory
40
+ --no-announce Disable all network annoucnes
41
+ --repl Run a debug repl
42
+ --no-migrate Disable the Hyperdrive Daemon migration
43
43
`
44
44
45
45
if ( argv . help ) {
You can’t perform that action at this time.
0 commit comments