Skip to content

Commit c3a801a

Browse files
authored
Update broken url in --help (#765)
1 parent 0e0edda commit c3a801a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/service/local.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub fn define_command_line_options(mut app: App<'_>) -> App<'_> {
113113
.long("plugin")
114114
.takes_value(true)
115115
.requires("SERVER_ADDR")
116-
.help("SIP003 (https://shadowsocks.org/en/spec/Plugin.html) plugin"),
116+
.help("SIP003 (https://shadowsocks.org/en/wiki/Plugin.html) plugin"),
117117
)
118118
.arg(
119119
Arg::new("PLUGIN_OPT")

src/service/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub fn define_command_line_options(mut app: App<'_>) -> App<'_> {
8282
.long("plugin")
8383
.takes_value(true)
8484
.requires("SERVER_ADDR")
85-
.help("Default SIP003 (https://shadowsocks.org/en/spec/Plugin.html) plugin"),
85+
.help("Default SIP003 (https://shadowsocks.org/en/wiki/Plugin.html) plugin"),
8686
)
8787
.arg(
8888
Arg::new("PLUGIN_OPT")

src/service/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub fn define_command_line_options(mut app: App<'_>) -> App<'_> {
106106
.long("plugin")
107107
.takes_value(true)
108108
.requires("SERVER_ADDR")
109-
.help("SIP003 (https://shadowsocks.org/en/spec/Plugin.html) plugin"),
109+
.help("SIP003 (https://shadowsocks.org/en/wiki/Plugin.html) plugin"),
110110
)
111111
.arg(
112112
Arg::new("PLUGIN_OPT")

0 commit comments

Comments
 (0)