mirror of
https://github.com/dndx/phantun.git
synced 2025-01-31 12:19:30 +08:00
style(phantun) fixed name and author info
This commit is contained in:
parent
c023b3079c
commit
e6bc75951b
@ -29,9 +29,9 @@ fn new_udp_reuseport(addr: SocketAddrV4) -> UdpSocket {
|
|||||||
async fn main() {
|
async fn main() {
|
||||||
pretty_env_logger::init();
|
pretty_env_logger::init();
|
||||||
|
|
||||||
let matches = App::new("Phantom Client")
|
let matches = App::new("Phantun Client")
|
||||||
.version("1.0")
|
.version("1.0")
|
||||||
.author("Dndx")
|
.author("dndx@GitHub")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("local")
|
Arg::with_name("local")
|
||||||
.short("l")
|
.short("l")
|
||||||
|
@ -12,9 +12,9 @@ const UDP_TTL: Duration = Duration::from_secs(180);
|
|||||||
async fn main() {
|
async fn main() {
|
||||||
pretty_env_logger::init();
|
pretty_env_logger::init();
|
||||||
|
|
||||||
let matches = App::new("Phantom Server")
|
let matches = App::new("Phantun Server")
|
||||||
.version("1.0")
|
.version("1.0")
|
||||||
.author("Dndx")
|
.author("dndx@GitHub")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("local")
|
Arg::with_name("local")
|
||||||
.short("l")
|
.short("l")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user