Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Mar 22, 2024
1 parent 8e5180a commit 9677326
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions iroh/src/client/blobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,8 @@ where
///
/// `destination` should be an writeable, absolute path on the local node's filesystem.
///
/// If `recursive` is true, and the `hash` refers to a collection, all children of the
/// collection will be exported. If `recursive` is true and the `hash` does not refer to a
/// collection, the operation will fail.
/// If `format` is set to [`ExportFormat::Collection`], and the `hash` refers to a collection,
/// all children of the collection will be exported. See [`ExportFormat`] for details.
///
/// The `mode` argument defines if the blob should be copied to the target location or moved out of
/// the internal store into the target location. See [`ExportMode`] for details.
Expand Down

0 comments on commit 9677326

Please sign in to comment.