small update for zaprett command output

This commit is contained in:
egor-white
2026-02-09 15:08:27 +03:00
parent 368585d7b8
commit b8d0f964b4

View File

@@ -8,7 +8,7 @@ async fn main() -> anyhow::Result<()> {
let cli = CliApp::parse();
match cli.cmd() {
Some(cmd) => cmd.exec().await?,
None => println!("zaprett installed. Join us: t.me/zaprett_module"),
None => println!("zaprett installed. Join us in Telegram: t.me/zaprett_module"),
}
Ok(())