Change to proper spelling of Tor (#598)

* Change to proper spelling of Tor

* Change to proper spelling of Tor
This commit is contained in:
goyle 2021-04-02 12:45:51 +00:00 committed by GitHub
parent a88a522f84
commit f7c65c7b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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])

View file

@ -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