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.
2 parents 3d3c036 + c532cb4 commit 8dcd260Copy full SHA for 8dcd260
core/commands/add.go
@@ -60,6 +60,10 @@ Adds contents of <path> to ipfs. Use -r to add directories.
60
Note that directories are added recursively, to form the ipfs
61
MerkleDAG.
62
63
+If the daemon is not running, it will just add locally.
64
+If the daemon is started later, it will be advertised after a few
65
+seconds when the reprovider runs.
66
+
67
The wrap option, '-w', wraps the file (or files, if using the
68
recursive option) in a directory. This directory contains only
69
the files which have been added, and means that the file retains
0 commit comments