`gc` is actually `repo gc`, reflect in docs
not exactly elegant, but fixes #871 in the short term. in the mid term, unless more `repo` commands show up, i suggest just replacing `repo gc` simply by `gc`.
anarcat committed
Mar 8, 2015 at 18:05 UTC
451222cf1d9e0849242fe3ca16507f0f8767fbed
1 file changed
+1
-1
core/commands/root.go
+1
-1
@@ -42,7 +42,7 @@ ADVANCED COMMANDS
42
mount Mount an ipfs read-only mountpoint
43
name Publish or resolve IPNS names
44
pin Pin objects to local storage
45
- gc Garbage collect unpinned objects
45
+ repo gc Garbage collect unpinned objects
46
47
NETWORK COMMANDS
48