From 97d2f48b7cdae7220eb2f1457e9749bf78f95f2f Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Fri, 14 Nov 2014 02:15:24 -0800 Subject: [PATCH] cmds2: change add arg name --- core/commands2/add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands2/add.go b/core/commands2/add.go index fc1bd993b..85386a87a 100644 --- a/core/commands2/add.go +++ b/core/commands2/add.go @@ -43,7 +43,7 @@ remains to be implemented. cmds.BoolOption("recursive", "r", "Must be specified when adding directories"), }, Arguments: []cmds.Argument{ - cmds.StringArg("file", true, true, "The path to a file to be added to IPFS"), + cmds.StringArg("path", true, true, "The path to a file to be added to IPFS"), }, Run: func(req cmds.Request) (interface{}, error) { added := &AddOutput{}