core/commands: Added 'get' to root command helptext
Matt Bell committed
Jan 24, 2015 at 13:18 UTC
e6d6e9fed61357ffa3660f2d4318a507ed84b7ee
1 file changed
+1
core/commands/root.go
+1
@@ -27,6 +27,7 @@ Basic commands:
27
init Initialize ipfs local configuration
28
add <path> Add an object to ipfs
29
cat <ref> Show ipfs object data
30
+ get <ref> Download ipfs objects
31
ls <ref> List links from an object
32
refs <ref> List hashes of links from an object
33