Skip to content
Snippets Groups Projects
Commit e044afb0 authored by Gav Wood's avatar Gav Wood Committed by Bastian Köcher
Browse files

Update the date (#1627)

* Update the date

* fixed compilation
parent b803c6ec
Branches
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment