Skip to content

Commit addb721

Browse files
committed
Fixed gateway upgrade command argument description
1 parent 3bbf959 commit addb721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gateway/src/commands/upgrade.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ pub fn command_args<'a, 'b>() -> App<'a, 'b> {
5555
)
5656
.arg(Arg::with_name("listening-address")
5757
.long("listening-address")
58-
.help("REQUIRED FOR 0.Y.Z UPGRADE. Specifies the listening address of this gateway")
58+
.help("REQUIRED FOR 0.11.0 UPGRADE. Specifies the listening address of this gateway")
5959
.takes_value(true)
6060
)
6161
.arg(Arg::with_name("announce-address")
6262
.long("announce-address")
63-
.help("OPTIONAL FOR 0.Y.Z UPGRADE. Specifies the announce address of this gateway. If not provided, it will be set to the same value as listening address")
63+
.help("OPTIONAL FOR 0.11.0 UPGRADE. Specifies the announce address of this gateway. If not provided, it will be set to the same value as listening address")
6464
.takes_value(true)
6565
)
6666
}

0 commit comments

Comments
 (0)