Skip to content

Commit

Permalink
Merge pull request #3121 from didier-wenzek/fix/c8y-remote-access-plu…
Browse files Browse the repository at this point in the history
…gin-help

fix: c8y-remote-access-plugin help
  • Loading branch information
didier-wenzek committed Sep 10, 2024
2 parents c52675a + 1829ff6 commit cb4a4c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/c8y_remote_access_plugin/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ pub struct C8yRemoteAccessPluginOpt {
config_dir: PathBuf,

#[arg(long)]
/// Complete the installation of c8y-configuration-plugin by declaring the supported operation.
/// Complete the installation of c8y-remote-access-plugin by declaring the supported operation.
init: bool,

#[arg(long)]
/// Clean up c8y-configuration-plugin, deleting the supported operation from tedge.
/// Clean up c8y-remote-access-plugin, deleting the supported operation from tedge.
cleanup: bool,

/// The SmartREST connect message, forwarded from mosquitto by tedge-mapper.
/// The SmartREST connect message, forwarded from Cumulocity by tedge-mapper.
///
/// Can only be provided when neither '--init' nor '--cleanup' are provided.
connect_string: Option<String>,
Expand Down

0 comments on commit cb4a4c9

Please sign in to comment.