Skip to content

Commit d032d66

Browse files
authored
Update --relay arg description to match implementation
1 parent fdb03b3 commit d032d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pub struct CommonArgs {
125125

126126
/// The relay URL to use as a home relay,
127127
///
128-
/// Can be set to "disable" to disable relay servers and "default"
128+
/// Can be set to "disabled" to disable relay servers and "default"
129129
/// to configure default servers.
130130
#[clap(long, default_value_t = RelayModeOption::Default)]
131131
pub relay: RelayModeOption,

0 commit comments

Comments
 (0)