diff --git a/iroh-cli/src/commands/blobs.rs b/iroh-cli/src/commands/blobs.rs index 6e4c0aeba2..f1ed55500f 100644 --- a/iroh-cli/src/commands/blobs.rs +++ b/iroh-cli/src/commands/blobs.rs @@ -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,