Small syntax changes to repo stat man
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Apr 19, 2016 at 11:40 UTC
cd20618458f9ded80f74da81a8b8b4c1e16aa48c
1 file changed
+3
-3
core/commands/repo.go
+3
-3
@@ -102,9 +102,9 @@ var repoStatCmd = &cmds.Command{
102
ShortDescription: `
103
'ipfs repo stat' is a plumbing command that will scan the local
104
set of stored objects and print repo statistics. It outputs to stdout:
105
-NumObjects int number of objects in the local repo
106
-RepoSize int size in bytes that the repo is currently taking
107
-RepoPath string the path to the repo being currently used
105
+NumObjects int Number of objects in the local repo.
106
+RepoPath string The path to the repo being currently used.
107
+RepoSize int Size in bytes that the repo is currently taking.
108
`,
109
},
110
Run: func(req cmds.Request, res cmds.Response) {