mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
scwallet: forgot to change switch name
This commit is contained in:
parent
b8a964dfcf
commit
55c5cc6d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ var (
|
||||||
Usage: "Disables monitoring for and managing USB hardware wallets",
|
Usage: "Disables monitoring for and managing USB hardware wallets",
|
||||||
}
|
}
|
||||||
SmartCardFlag = cli.StringFlag{
|
SmartCardFlag = cli.StringFlag{
|
||||||
Name: "pcscd-sock",
|
Name: "pcscdpath",
|
||||||
Usage: "Path to the smartcard daemon (pcscd) socket file (unix only, leave empty for platform default)",
|
Usage: "Path to the smartcard daemon (pcscd) socket file (unix only, leave empty for platform default)",
|
||||||
Value: pcsclite.PCSCDSockName,
|
Value: pcsclite.PCSCDSockName,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue