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 fdb03b3 commit d032d66Copy full SHA for d032d66
src/main.rs
@@ -125,7 +125,7 @@ pub struct CommonArgs {
125
126
/// The relay URL to use as a home relay,
127
///
128
- /// Can be set to "disable" to disable relay servers and "default"
+ /// Can be set to "disabled" to disable relay servers and "default"
129
/// to configure default servers.
130
#[clap(long, default_value_t = RelayModeOption::Default)]
131
pub relay: RelayModeOption,
0 commit comments