Skip to content

Commit a19c3f9

Browse files
committed
cmds: add shutdown to commands help listing
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 331bc1b commit a19c3f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/commands/root.go

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
files "github.com/ipfs/go-ipfs/core/commands/files"
1010
ocmd "github.com/ipfs/go-ipfs/core/commands/object"
1111
unixfs "github.com/ipfs/go-ipfs/core/commands/unixfs"
12+
1213
logging "gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
1314
)
1415

@@ -39,6 +40,7 @@ DATA STRUCTURE COMMANDS
3940
4041
ADVANCED COMMANDS
4142
daemon Start a long-running daemon process
43+
shutdown Stop running ipfs daemon
4244
mount Mount an IPFS read-only mountpoint
4345
resolve Resolve any type of name
4446
name Publish and resolve IPNS names

0 commit comments

Comments
 (0)