From b164f3cb585a0769d40f21fb2dec8833355f58bb Mon Sep 17 00:00:00 2001 From: Diva M Date: Sun, 11 Aug 2024 22:19:29 -0500 Subject: [PATCH] fix help text --- iroh-cli/src/commands/blobs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,