File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 {},
You can’t perform that action at this time.
0 commit comments