Commit 97d2f48b authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

cmds2: change add arg name

parent 231960e7
......@@ -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{}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment