Skip to content

Commit e30ec2c

Browse files
committed
docs: fix command description string.
1 parent 61f42be commit e30ec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ pub enum IdentityConfig {
172172
#[arg(short = 'p', long = "pack-image", value_enum)]
173173
compress_image: Option<Compression>,
174174
},
175-
/// set edge-ca certificates in order to support X.509 based DPS provisioning and certificate renewal via EST for web services provided by the device
175+
/// set edge-ca certificate that will be used for edge module device/server certificate generation.
176176
SetEdgeCaCertificate {
177177
/// path to intermediate full-chain-certificate pem file
178178
#[arg(short = 'c', long = "intermediate-full-chain-cert")]

0 commit comments

Comments
 (0)