提交 f2127af0 作者: Jeromy Johnson 提交者: GitHub

Merge pull request #3088 from ipfs/feature/add-period

Add period to `ipfs pin rm`
...@@ -98,7 +98,7 @@ var rmPinCmd = &cmds.Command{ ...@@ -98,7 +98,7 @@ var rmPinCmd = &cmds.Command{
Tagline: "Removes the pinned object from local storage.", Tagline: "Removes the pinned object from local storage.",
ShortDescription: ` ShortDescription: `
Removes the pin from the given object allowing it to be garbage Removes the pin from the given object allowing it to be garbage
collected if needed. (By default, recursively. Use -r=false for direct pins) collected if needed. (By default, recursively. Use -r=false for direct pins.)
`, `,
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论