File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ const COPYRIGHT: &str = "Copyright © 2021 by conplement AG";
1515pub 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 ) ) ]
You can’t perform that action at this time.
0 commit comments