Skip to content

Commit

Permalink
docs(iroh-cli): fix help text for incomplete blobs (#2615)
Browse files Browse the repository at this point in the history
## Description

Aligns the help text for `blobs list incomplete-blobs` with the docs in
iroh.computer.

## Breaking Changes

n/a

## Notes & open questions

n/a

## Change checklist

- [x] Self-review.
- [x] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] ~~Tests if relevant.~~
- [ ] ~~All breaking changes documented.~~
  • Loading branch information
divagant-martian authored Aug 12, 2024
1 parent 5d98a5c commit ceb94da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-cli/src/commands/blobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ pub struct BlobAddOptions {
pub enum ListCommands {
/// List the available blobs on the running provider.
Blobs,
/// List the available blobs on the running provider.
/// List the blobs on the running provider that are not full files.
IncompleteBlobs,
/// List the available collections on the running provider.
Collections,
Expand Down

0 comments on commit ceb94da

Please sign in to comment.