File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ pub fn define_command_line_options(mut app: App<'_>) -> App<'_> {
113
113
. long ( "plugin" )
114
114
. takes_value ( true )
115
115
. 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" ) ,
117
117
)
118
118
. arg (
119
119
Arg :: new ( "PLUGIN_OPT" )
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ pub fn define_command_line_options(mut app: App<'_>) -> App<'_> {
82
82
. long ( "plugin" )
83
83
. takes_value ( true )
84
84
. 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" ) ,
86
86
)
87
87
. arg (
88
88
Arg :: new ( "PLUGIN_OPT" )
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ pub fn define_command_line_options(mut app: App<'_>) -> App<'_> {
106
106
. long ( "plugin" )
107
107
. takes_value ( true )
108
108
. 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" ) ,
110
110
)
111
111
. arg (
112
112
Arg :: new ( "PLUGIN_OPT" )
You can’t perform that action at this time.
0 commit comments