File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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<'_> {
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" )
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments