diff --git a/bin/core/imag/src/main.rs b/bin/core/imag/src/main.rs index 396c515c..aae67a97 100644 --- a/bin/core/imag/src/main.rs +++ b/bin/core/imag/src/main.rs @@ -81,7 +81,7 @@ fn help_text(cmds: Vec) -> String { imag is free software. It is released under the terms of LGPLv2.1 - (c) 2016 Matthias Beyer and contributors"#, + (c) 2015-2018 Matthias Beyer and contributors"#, imagbins = cmds .into_iter() .map(|cmd| format!("\t{}\n", cmd))