mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
Change object to file
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
parent
f89a915ca0
commit
2df514c4f2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user