We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636f8e4 commit 199938cCopy full SHA for 199938c
README.md
@@ -49,11 +49,11 @@ USAGE:
49
trojan proxy --hostname <hostname>
50
51
FLAGS:
52
- --help Prints help information
+ -h, --help Prints help information
53
-V, --version Prints version information
54
55
OPTIONS:
56
- -h, --hostname <hostname> trojan server hostname
+ -H, --hostname <hostname> trojan server hostname
57
58
hoping@HopingPC:~/workspace/trojan-rs$ trojan help server
59
trojan-server
src/config.rs
@@ -57,7 +57,7 @@ pub enum Mode {
#[derive(Clap)]
pub struct ProxyArgs {
60
- #[clap(short, long, help = "trojan server hostname")]
+ #[clap(short = "H", long, help = "trojan server hostname")]
61
pub hostname: String,
62
}
63
0 commit comments