Drop crypto-backend information from the manual pages.
- The interface should be independent of the backend, even if capabilities vary slightly.
This commit is contained in:
parent
4fbab2777b
commit
e28e4dd829
@ -79,7 +79,11 @@ impl Builder {
|
|||||||
date: None,
|
date: None,
|
||||||
source: None,
|
source: None,
|
||||||
manual: None,
|
manual: None,
|
||||||
version: cmd.get_version().map(|v| v.to_string()),
|
version: Some(format!(
|
||||||
|
"{} (sequoia-openpgp {})",
|
||||||
|
env!("CARGO_PKG_VERSION"),
|
||||||
|
sequoia_openpgp::VERSION,
|
||||||
|
)),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user