Skip to content

Commit e20da5b

Browse files
committed
Update descriptions of crates containing runnable components
Description of these crates is shown by clap in CLI help, so the descriptions were updated to make them more consistent. - a trailing dot `.` was removed (looking at most popular Rust crates at https://lib.rs/std, none of those that have only a single sentence have a trailing dot) - the descriptions were uncapitalized (they consist of a single sentence anyway and sometimes start with `thin-edge`) Signed-off-by: Marcel Guzik <marcel.guzik@cumulocity.com>
1 parent 3d85d66 commit e20da5b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/core/tedge_mapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tedge-mapper"
3-
description = "tedge-mapper is the mapper that translates thin-edge.io data model to c8y/az data model."
3+
description = "tedge-mapper translates thin-edge.io data model to c8y/az/aws data model"
44
version = { workspace = true }
55
authors = { workspace = true }
66
edition = { workspace = true }

crates/core/tedge_watchdog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tedge-watchdog"
3-
description = "tedge-watchdog checks the health of all the thin-edge.io components/services."
3+
description = "tedge-watchdog checks the health of all the thin-edge.io components/services"
44
version = { workspace = true }
55
authors = { workspace = true }
66
edition = { workspace = true }

plugins/c8y_firmware_plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c8y-firmware-plugin"
3-
description = "Thin-edge device firmware management for Cumulocity"
3+
description = "thin-edge.io device firmware management for Cumulocity"
44
version = { workspace = true }
55
authors = { workspace = true }
66
edition = { workspace = true }

plugins/c8y_remote_access_plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c8y-remote-access-plugin"
3-
description = "Thin-edge.io plugin for the Cumulocity IoT's Cloud Remote Access feature"
3+
description = "thin-edge.io plugin for the Cumulocity Cloud Remote Access feature"
44
version = { workspace = true }
55
authors = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)