Unverified Commit 8dcd260b authored by Adin Schmahmann's avatar Adin Schmahmann Committed by GitHub

Merge pull request #7514 from martriay/doc/add-without-daemon-behavior

Document add behavior when the daemon is not running
parents 3d3c0361 c532cb4d
......@@ -60,6 +60,10 @@ Adds contents of <path> to ipfs. Use -r to add directories.
Note that directories are added recursively, to form the ipfs
MerkleDAG.
If the daemon is not running, it will just add locally.
If the daemon is started later, it will be advertised after a few
seconds when the reprovider runs.
The wrap option, '-w', wraps the file (or files, if using the
recursive option) in a directory. This directory contains only
the files which have been added, and means that the file retains
......
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