We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fac6dd commit 76c9cdeCopy full SHA for 76c9cde
1 file changed
jetsocat/src/main.rs
@@ -226,6 +226,7 @@ Example: SOCKS5 to JMUX proxy
226
let cmd = Command::new(JMUX_PROXY_SUBCOMMAND)
227
.description("Start a JMUX proxy redirecting TCP streams")
228
.alias("jp")
229
+ .alias("jmux")
230
.usage(usage)
231
.action(jmux_proxy_action);
232
0 commit comments