We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5a0d5 commit 9b06067Copy full SHA for 9b06067
test/sharness/t0040-add-and-cat.sh
@@ -11,9 +11,15 @@ test_description="Test add and cat commands"
11
client_err_add() {
12
printf "$@\n\n"
13
echo 'USAGE
14
- ipfs add <path>... - Add a file or directory to ipfs.
+ ipfs add <path>... - Add a file to ipfs.
15
16
- Adds contents of <path> to ipfs. Use -r to add directories (recursively).
+ ipfs add <path> [--quiet | -q] [--silent] [--progress | -p]
17
+ [--trickle |-t] [--wrap-with-directory | -w] [--hidden | -H]
18
+ [--only-hash | -n] [--chunker | -s] [--pin] [--recursive | -r]
19
+
20
+ Adds contents of <path> to ipfs. Use -r to add directories.
21
+ Note that directories are added recursively, to form the ipfs
22
+ MerkleDAG.
23
24
Use '"'"'ipfs add --help'"'"' for more information about this command.
25
'
0 commit comments