File tree Expand file tree Collapse file tree
netmito/src/config/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ pub struct QueryAttachmentsArgs {
103103 /// The name of the group the attachments belong to
104104 #[ arg( short, long) ]
105105 pub group : Option < String > ,
106- /// The prefix of the key of the attachments
106+ /// The part of the key of the attachments
107107 #[ arg( short, long = "key" ) ]
108108 pub key : Option < String > ,
109109 /// The limit of the tasks to query
@@ -135,7 +135,7 @@ pub struct DownloadAttachmentsByFilterArgs {
135135 /// The name of the group the attachments belong to
136136 #[ arg( short, long) ]
137137 pub group : Option < String > ,
138- /// The prefix of the key of the attachments
138+ /// The part of the key of the attachments
139139 #[ arg( short, long = "key" ) ]
140140 pub key : Option < String > ,
141141 /// The limit of the attachments to download
You can’t perform that action at this time.
0 commit comments