Update the date (#1627)

* Update the date

* fixed compilation
This commit is contained in:
Gav Wood
2019-01-31 08:54:07 +01:00
committed by Bastian Köcher
parent ec790acf4d
commit 6cf382f8b0
+1 -1
View File
@@ -83,7 +83,7 @@ pub fn run<I, T, E>(args: I, exit: E, version: cli::VersionInfo) -> error::Resul
|exit, _custom_args, config| {
info!("{}", version.name);
info!(" version {}", config.full_version());
info!(" by {}, 2017, 2018", version.author);
info!(" by Parity Technologies, 2017-2019");
info!("Chain specification: {}", config.chain_spec.name());
info!("Node name: {}", config.name);
info!("Roles: {:?}", config.roles);