Clean up sq key list's output.
This commit is contained in:
parent
f6e7efa371
commit
fc617dee6b
@ -270,7 +270,6 @@ pub fn list(sq: Sq, mut cmd: cli::key::list::Command) -> Result<()> {
|
|||||||
if c == ' ' { 0 } else { 1 }
|
if c == ' ' { 0 } else { 1 }
|
||||||
})
|
})
|
||||||
.sum::<usize>();
|
.sum::<usize>();
|
||||||
eprintln!("{} hex characters", hex);
|
|
||||||
|
|
||||||
if hex >= 16 {
|
if hex >= 16 {
|
||||||
wprintln!("Warning: {} looks like a fingerprint or key ID, \
|
wprintln!("Warning: {} looks like a fingerprint or key ID, \
|
||||||
|
Loading…
Reference in New Issue
Block a user