Change object to file

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
Richard Littauer 2016-01-21 12:45:47 +01:00
parent f89a915ca0
commit 2df514c4f2
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ USAGE:
BASIC COMMANDS
init Initialize ipfs local configuration
add <path> Add an object to ipfs
add <path> Add a file to ipfs
cat <ref> Show ipfs object data
get <ref> Download ipfs objects
ls <ref> List links from an object

View File

@ -30,7 +30,7 @@ const (
var AddCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Add an object to ipfs.",
Tagline: "Add a file to ipfs.",
ShortDescription: `
Adds contents of <path> to ipfs. Use -r to add directories.
Note that directories are added recursively, to form the ipfs

View File

@ -32,7 +32,7 @@ ipfs [<flags>] <command> [<arg>] ...
BASIC COMMANDS
init Initialize ipfs local configuration
add <path> Add an object to ipfs
add <path> Add a file to ipfs
cat <ref> Show ipfs object data
get <ref> Download ipfs objects
ls <ref> List links from an object