Skip to content

Commit 0767914

Browse files
committed
docs: fix errors in CLI command docs
1 parent 8b128d8 commit 0767914

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cli.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const COPYRIGHT: &str = "Copyright © 2021 by conplement AG";
1515
pub enum Docker {
1616
/// pull and inject a docker image into the factory partition.
1717
///
18-
/// Notes:
19-
/// As the this command is injected into the factory partition, the injected
20-
/// image will remain there even after factory resets.
18+
/// Note: This command injects the docker image into the factory partition.
19+
/// Therefore, the injected image will remain there even after factory
20+
/// resets.
2121
///
22-
/// This command is currently only supported for native omnect-cli, i.e., it
23-
/// will not work for the omnect-cli docker image.
22+
/// Furthermore, the command is currently only supported for native
23+
/// omnect-cli, i.e., it will not work for the omnect-cli docker image.
2424
Inject {
2525
/// full qualified name of the docker image
2626
#[clap(short = 'd', long = "docker-image", required(true))]

0 commit comments

Comments
 (0)