Skip to content

Commit d4ed3d4

Browse files
committed
feat: correct help text
1 parent 14fac80 commit d4ed3d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ pub struct CommonArgs {
125125

126126
/// The relay URL to use as a home relay,
127127
///
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.
128+
/// Can be set to "disabled" to disable relay servers, or to a URL
129+
/// to configure custom servers. By default, the quickest responding
130+
/// n0 relay is used if this option is not set.
131131
#[clap(long, default_value_t = RelayModeOption::Default)]
132132
pub relay: RelayModeOption,
133133

0 commit comments

Comments
 (0)