From 451222cf1d9e0849242fe3ca16507f0f8767fbed Mon Sep 17 00:00:00 2001 From: anarcat Date: Sun, 8 Mar 2015 18:05:42 -0400 Subject: [PATCH] `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`. --- core/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/root.go b/core/commands/root.go index cb609930a..54bf4d105 100644 --- a/core/commands/root.go +++ b/core/commands/root.go @@ -42,7 +42,7 @@ ADVANCED COMMANDS mount Mount an ipfs read-only mountpoint name Publish or resolve IPNS names pin Pin objects to local storage - gc Garbage collect unpinned objects + repo gc Garbage collect unpinned objects NETWORK COMMANDS