From e6d6e9fed61357ffa3660f2d4318a507ed84b7ee Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Sat, 24 Jan 2015 13:18:03 -0800 Subject: [PATCH] core/commands: Added 'get' to root command helptext --- core/commands/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/commands/root.go b/core/commands/root.go index 15781c52c..e0cd8481d 100644 --- a/core/commands/root.go +++ b/core/commands/root.go @@ -27,6 +27,7 @@ Basic commands: init Initialize ipfs local configuration add Add an object to ipfs cat Show ipfs object data + get Download ipfs objects ls List links from an object refs List hashes of links from an object