mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-20 19:11:09 +03:00
Change to proper spelling of Tor (#598)
* Change to proper spelling of Tor * Change to proper spelling of Tor
This commit is contained in:
parent
a88a522f84
commit
f7c65c7b84
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ where
|
|||
.map_err(|e| ErrorKind::TorConfig(format!("{:?}", e).into()))?;
|
||||
let sp_address = SlatepackAddress::try_from(onion_address.clone())?;
|
||||
warn!(
|
||||
"Starting TOR Hidden Service for API listener at address {}, binding to {}",
|
||||
"Starting Tor Hidden Service for API listener at address {}, binding to {}",
|
||||
onion_address, addr
|
||||
);
|
||||
tor_config::output_tor_listener_config(&tor_dir, addr, &vec![sec_key])
|
||||
|
|
|
@ -66,7 +66,7 @@ subcommands:
|
|||
default_value: http
|
||||
takes_value: true
|
||||
- no_tor:
|
||||
help: Don't start TOR listener when starting HTTP listener
|
||||
help: Don't start Tor listener when starting HTTP listener
|
||||
short: n
|
||||
long: no_tor
|
||||
takes_value: false
|
||||
|
|
Loading…
Reference in a new issue