Skip to content

Commit edde899

Browse files
committed
docs: fix command description string.
1 parent a80a2a7 commit edde899

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
@@ -179,7 +179,7 @@ pub enum IdentityConfig {
179179
#[arg(short = 'p', long = "pack-image", value_enum)]
180180
compress_image: Option<Compression>,
181181
},
182-
/// 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
182+
/// set edge-ca certificate that will be used for edge module device/server certificate generation.
183183
SetEdgeCaCertificate {
184184
/// path to intermediate full-chain-certificate pem file
185185
#[arg(short = 'c', long = "intermediate-full-chain-cert")]

0 commit comments

Comments
 (0)