Embassy-init typo (#1959)

* fixes a typo.

* fixing build error

* undo tokio change

* undo change

* undo change

* undo disk.rs

* fixes a typo.

* undo disk.rs

* test
This commit is contained in:
Stephen Chavez
2022-11-23 19:49:57 +00:00
committed by Aiden McClelland
parent f7c5e64fbc
commit b40be8c494
2 changed files with 147 additions and 12 deletions

View File

@@ -235,7 +235,7 @@ async fn inner_main(cfg_path: Option<PathBuf>) -> Result<Option<Shutdown>, Error
}
fn main() {
let matches = clap::App::new("embassyd")
let matches = clap::App::new("embassy-init")
.arg(
clap::Arg::with_name("config")
.short('c')