Skip to content

Commit

Permalink
subkey: Support --version cli command (paritytech#10853)
Browse files Browse the repository at this point in the history
* subkey: Support `--version` cli command

* FMT 🤦
  • Loading branch information
bkchr authored Feb 14, 2022
1 parent 2d8b02a commit 700218c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/utils/subkey/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ use sc_cli::{
#[clap(
name = "subkey",
author = "Parity Team <[email protected]>",
about = "Utility for generating and restoring with Substrate keys"
about = "Utility for generating and restoring with Substrate keys",
version
)]
pub enum Subkey {
/// Generate a random node libp2p key, save it to file or print it to stdout
Expand Down

0 comments on commit 700218c

Please sign in to comment.