We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fac80 commit d4ed3d4Copy full SHA for d4ed3d4
src/main.rs
@@ -125,9 +125,9 @@ pub struct CommonArgs {
125
126
/// The relay URL to use as a home relay,
127
///
128
- /// Can be set to "disabled" to disable relay servers and "custom"
129
- /// to configure custom servers. The default is the n0 quickest responding
130
- /// relay if the flag is not set.
+ /// Can be set to "disabled" to disable relay servers, or to a URL
+ /// to configure custom servers. By default, the quickest responding
+ /// n0 relay is used if this option is not set.
131
#[clap(long, default_value_t = RelayModeOption::Default)]
132
pub relay: RelayModeOption,
133
0 commit comments