Skip to content

Commit 466e1ef

Browse files
authored
Merge pull request #657 from MarnixCroes/fix-config-description
fix config description
2 parents d20b317 + 1dc3f33 commit 466e1ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/parser.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ options_metadata parser::load_settings() THROWS
588588
(
589589
"peer.enable_compact",
590590
value<bool>(&configured.network.enable_compact),
591-
"Enable enable compact block messages, defaults to 'false'."
591+
"Enable compact block messages, defaults to 'false'."
592592
)
593593
(
594594
"peer.enable_alert",
@@ -705,7 +705,7 @@ options_metadata parser::load_settings() THROWS
705705
(
706706
"outbound.password",
707707
value<std::string>(&configured.network.outbound.password),
708-
"The socks5 proxy username (optional)."
708+
"The socks5 proxy password (optional)."
709709
)
710710
(
711711
"outbound.socks",
@@ -809,7 +809,7 @@ options_metadata parser::load_settings() THROWS
809809
(
810810
"manual.password",
811811
value<std::string>(&configured.network.manual.password),
812-
"The socks5 proxy username (optional)."
812+
"The socks5 proxy password (optional)."
813813
)
814814
(
815815
"manual.socks",

0 commit comments

Comments
 (0)