Skip to content

Commit

Permalink
Fix --help referencing the wrong executable
Browse files Browse the repository at this point in the history
Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
  • Loading branch information
didier-wenzek committed Sep 10, 2024
1 parent e4ff79b commit 1829ff6
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 1829ff6

Please sign in to comment.