comptime concat

master
Avril 4 years ago
parent a01e3377a5
commit 0ea63f7937
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1,6 +1,6 @@
[package]
name = "lolistealer"
version = "1.3.0"
version = "1.3.1"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
license = "gpl-3.0-or-later"

@ -17,8 +17,8 @@ lazy_static! {
/// Print usage then exit with code `1`
pub fn usage() -> !
{
println!("lolistealer version {}", env!("CARGO_PKG_VERSION"));
println!(" written by {} with <3", env!("CARGO_PKG_AUTHORS"));
println!(concat!("lolistealer version ", env!("CARGO_PKG_VERSION")));
println!(concat!(" written by ",env!("CARGO_PKG_AUTHORS")," with <3"));
println!(" licensed with GNU GPL 3.0 or later\n");
println!("Usage: {} [-q] [--rating <rating>] [--tags <filter expr>] [<outputs...>]", &PROGRAM_NAME[..]);
println!("Usage: {} --help", &PROGRAM_NAME[..]);

Loading…
Cancel
Save