Skip to content

Commit

Permalink
clean up description
Browse files Browse the repository at this point in the history
  • Loading branch information
depombo committed Mar 12, 2021
1 parent 05a5a01 commit 56af7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn get_app_tar_gz_b64() -> String {
#[tokio::main]
pub async fn main() {
let anycloud_agz = base64::encode(include_bytes!("../alan/anycloud.agz"));
let desc: &str = &format!("{}{}",concat!(env!("CARGO_PKG_DESCRIPTION"), ".\nCurrent alan version: "), ALAN_VERSION);
let desc: &str = &format!("alan {}\n{}", ALAN_VERSION, env!("CARGO_PKG_DESCRIPTION"));
let app = App::new(crate_name!())
.version(crate_version!())
.about(desc)
Expand Down

0 comments on commit 56af7f8

Please sign in to comment.