diff --git a/server/src/main.rs b/server/src/main.rs index 239417e9..0efa5662 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -24,7 +24,7 @@ pub fn main() { .short("b") .long("bind") .help("Specify a server socket to bind using the format $(HOST):$(PORT)") - .default_value("127.0.0.1:7878") + .default_value("localhost:7878") .takes_value(true), ) .arg(