summaryrefslogtreecommitdiffhomepage
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e967d7f..4e38517 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,7 +29,8 @@ const PKG_DESCRIPTION: &str = env!("CARGO_PKG_DESCRIPTION");
const PKG_HOMEPAGE: &str = env!("CARGO_PKG_HOMEPAGE");
fn splash_banner() {
- splash!("{PROJECT_NAME} v{PKG_VERSION} - {PKG_DESCRIPTION}");
+ splash!("{PROJECT_NAME} v{PKG_VERSION}");
+ splash!("{PKG_DESCRIPTION}");
splash!("{PKG_HOMEPAGE}");
splash!("");
}