Extend comment
This commit is contained in:
parent
3d821e2c5f
commit
8dd83b6c55
1 changed files with 3 additions and 1 deletions
|
@ -89,7 +89,9 @@ pub enum AdminCommand {
|
||||||
Url { url: String },
|
Url { url: String },
|
||||||
|
|
||||||
/// Import a Key.
|
/// Import a Key.
|
||||||
/// If no fingerprint is provided, the key will
|
///
|
||||||
|
/// If no fingerprint is provided, the key will only be imported if
|
||||||
|
/// there are zero or one (sub)keys for each key slot on the card.
|
||||||
Import {
|
Import {
|
||||||
keyfile: PathBuf,
|
keyfile: PathBuf,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue