mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 07:48:00 +08:00
diag doc
This commit is contained in:
parent
7046ff0e57
commit
538dac153b
@ -28,6 +28,10 @@ type DiagnosticOutput struct {
|
||||
}
|
||||
|
||||
var diagCmd = &cmds.Command{
|
||||
Help: `ipfs diag - Generate diagnostic reports.
|
||||
|
||||
ipfs diag net - Generate a network diagnostic report.
|
||||
`,
|
||||
Subcommands: map[string]*cmds.Command{
|
||||
"net": diagNetCmd,
|
||||
},
|
||||
@ -36,7 +40,7 @@ var diagCmd = &cmds.Command{
|
||||
var diagNetCmd = &cmds.Command{
|
||||
// TODO UsageLine: "net-diag",
|
||||
// TODO Short: "Generate a diagnostics report",
|
||||
Help: `ipfs diag net - Generate a diagnostics report.
|
||||
Help: `ipfs diag net - Generate a network diagnostics report.
|
||||
|
||||
Sends out a message to each node in the network recursively
|
||||
requesting a listing of data about them including number of
|
||||
|
||||
Loading…
Reference in New Issue
Block a user