Skip to content

Commit 27adc23

Browse files
committed
Fix whitespace in help text
1 parent 4242d04 commit 27adc23

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

bin/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ const help = `Hypercore, batteries included.
3232
${version}
3333
3434
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
4343
`
4444

4545
if (argv.help) {

0 commit comments

Comments
 (0)