Skip to content

Commit b9567ae

Browse files
fixing tests
1 parent 5d148b8 commit b9567ae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core/commands/commands_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ func TestCommands(t *testing.T) {
184184
"/stats/bw",
185185
"/stats/dht",
186186
"/stats/provide",
187+
"/stats/reprovide",
187188
"/stats/repo",
188189
"/swarm",
189190
"/swarm/addrs",

core/commands/stat_provide.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ var statProvideCmd = &cmds.Command{
1515
Helptext: cmds.HelpText{
1616
Tagline: "Deprecated command to get provider+reprovider statistics. Use 'ipfs stats reprovide' instead.",
1717
ShortDescription: `
18-
'ipfs stats provide' is depreacted because provide and reprovide operations are now distinct.
19-
This command may be replaced by provide only stats in the future.
18+
'ipfs stats provide' is depreacted because provide and reprovide operations are
19+
now distinct. This command may be replaced by provide only stats in the
20+
future.
2021
`,
2122
},
2223
Arguments: []cmds.Argument{},

0 commit comments

Comments
 (0)